mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-28 11:45:40 +08:00
Ref T545 Removed redundant constructors that are now inherited.
This commit is contained in:
@@ -38,9 +38,6 @@ namespace BlackMisc
|
||||
//! Construct from a base class object.
|
||||
CAircraftSituationChangeList(const CSequence<CAircraftSituationChange> &other);
|
||||
|
||||
//! Construct from initializer list.
|
||||
CAircraftSituationChangeList(std::initializer_list<CAircraftSituationChange> il);
|
||||
|
||||
//! Front or NULL
|
||||
CAircraftSituationChange frontOrNull() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user