I swear I fixed that

This commit is contained in:
Lynix 2020-02-23 02:29:47 +01:00
parent f084c30d70
commit 9ac5aadc9d
1 changed files with 1 additions and 1 deletions

View File

@ -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();