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