mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-01 22:55:41 +08:00
refs #800 Removed needless virtual destructor of value class.
This commit is contained in:
committed by
Klaus Basan
parent
3351b1f8e1
commit
08ffc57ffa
@@ -127,9 +127,6 @@ namespace BlackMisc
|
|||||||
//! Single value constructor
|
//! Single value constructor
|
||||||
CPropertyIndexVariantMap(const CPropertyIndex &index, const CVariant &value);
|
CPropertyIndexVariantMap(const CPropertyIndex &index, const CVariant &value);
|
||||||
|
|
||||||
//! Destructor
|
|
||||||
virtual ~CPropertyIndexVariantMap() {}
|
|
||||||
|
|
||||||
//! Add a value
|
//! Add a value
|
||||||
void addValue(const CPropertyIndex &index, const CVariant &value);
|
void addValue(const CPropertyIndex &index, const CVariant &value);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user