mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 09:15:34 +08:00
Ref T545 Removed redundant constructors that are now inherited.
This commit is contained in:
@@ -19,10 +19,6 @@ namespace BlackMisc
|
||||
CSequence<CAircraftSituationChange>(other)
|
||||
{ }
|
||||
|
||||
CAircraftSituationChangeList::CAircraftSituationChangeList(std::initializer_list<CAircraftSituationChange> il) :
|
||||
CSequence<CAircraftSituationChange>(il)
|
||||
{ }
|
||||
|
||||
CAircraftSituationChange CAircraftSituationChangeList::frontOrNull() const
|
||||
{
|
||||
if (this->isEmpty()) { return CAircraftSituationChange::null(); }
|
||||
|
||||
Reference in New Issue
Block a user