From 08ffc57ffadfe68adc9eeb932529b5391db171d0 Mon Sep 17 00:00:00 2001 From: Mathew Sutcliffe Date: Thu, 10 Nov 2016 00:56:51 +0000 Subject: [PATCH] refs #800 Removed needless virtual destructor of value class. --- src/blackmisc/propertyindexvariantmap.h | 3 --- 1 file changed, 3 deletions(-) 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);