refs #800 Removed needless virtual destructor of value class.

This commit is contained in:
Mathew Sutcliffe
2016-11-10 00:56:51 +00:00
committed by Klaus Basan
parent 3351b1f8e1
commit 08ffc57ffa

View File

@@ -127,9 +127,6 @@ namespace BlackMisc
//! Single value constructor
CPropertyIndexVariantMap(const CPropertyIndex &index, const CVariant &value);
//! Destructor
virtual ~CPropertyIndexVariantMap() {}
//! Add a value
void addValue(const CPropertyIndex &index, const CVariant &value);