mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +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
|
||||
CPropertyIndexVariantMap(const CPropertyIndex &index, const CVariant &value);
|
||||
|
||||
//! Destructor
|
||||
virtual ~CPropertyIndexVariantMap() {}
|
||||
|
||||
//! Add a value
|
||||
void addValue(const CPropertyIndex &index, const CVariant &value);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user