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