ParameterList destructor is no longer virtual
Why should it be ? Former-commit-id: ea3393f6d5418cfa16b396104e872c7a03227238
This commit is contained in:
@@ -20,7 +20,7 @@ class NAZARA_API NzParameterList
|
||||
NzParameterList() = default;
|
||||
NzParameterList(const NzParameterList& list);
|
||||
NzParameterList(NzParameterList&& list);
|
||||
virtual ~NzParameterList();
|
||||
~NzParameterList();
|
||||
|
||||
void Clear();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user