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 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();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue