ParameterList destructor is no longer virtual

Why should it be ?


Former-commit-id: ea3393f6d5418cfa16b396104e872c7a03227238
This commit is contained in:
Lynix 2014-01-20 09:35:03 +01:00
parent d05cc9ce0c
commit 908e79df65
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class NAZARA_API NzParameterList
NzParameterList() = default;
NzParameterList(const NzParameterList& list);
NzParameterList(NzParameterList&& list);
virtual ~NzParameterList();
~NzParameterList();
void Clear();