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

@@ -18,7 +18,7 @@ class NzDirectoryImpl : NzNonCopyable
{
public:
NzDirectoryImpl(const NzDirectory* parent);
~NzDirectoryImpl();
~NzDirectoryImpl() = default;
void Close();