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