Cleaned code

Former-commit-id: a61b8bf3470036cd8a61199e78609206d959966f
This commit is contained in:
Lynix
2012-10-04 23:39:10 +02:00
parent 34c1479a30
commit fcacaba7ca
6 changed files with 3 additions and 15 deletions

View File

@@ -20,7 +20,7 @@ class NzFileImpl : NzNonCopyable
{
public:
NzFileImpl(const NzFile* parent);
~NzFileImpl();
~NzFileImpl() = default;
void Close();
bool EndOfFile() const;