mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
Ref T545 Removed redundant constructors that are now inherited.
This commit is contained in:
@@ -33,9 +33,6 @@ namespace BlackMisc
|
||||
|
||||
//! Construct from a base class object.
|
||||
CVariantList(const CSequence &other);
|
||||
|
||||
//! Initializer list constructor.
|
||||
CVariantList(std::initializer_list<CVariant> il);
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user