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