diff --git a/src/blackmisc/propertyindexvariantmap.h b/src/blackmisc/propertyindexvariantmap.h index aff35caab..f14cfefd2 100644 --- a/src/blackmisc/propertyindexvariantmap.h +++ b/src/blackmisc/propertyindexvariantmap.h @@ -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);