I swear I fixed that
This commit is contained in:
parent
f084c30d70
commit
9ac5aadc9d
|
|
@ -27,7 +27,7 @@ namespace Nz
|
|||
FileImpl(const File* parent);
|
||||
FileImpl(const FileImpl&) = delete;
|
||||
FileImpl(FileImpl&&) = delete; ///TODO
|
||||
~FileImpl() = default;
|
||||
~FileImpl();
|
||||
|
||||
bool EndOfFile() const;
|
||||
void Flush();
|
||||
|
|
|
|||
Loading…
Reference in New Issue