Cleaned code
Former-commit-id: a61b8bf3470036cd8a61199e78609206d959966f
This commit is contained in:
@@ -20,7 +20,7 @@ class NzFileImpl : NzNonCopyable
|
||||
{
|
||||
public:
|
||||
NzFileImpl(const NzFile* parent);
|
||||
~NzFileImpl();
|
||||
~NzFileImpl() = default;
|
||||
|
||||
void Close();
|
||||
bool EndOfFile() const;
|
||||
|
||||
Reference in New Issue
Block a user