Ref T180, renamed function removeFromPendingAndAddAgainAircraft

This commit is contained in:
Klaus Basan
2017-11-05 03:34:04 +01:00
parent 57a7407ef9
commit 4b082ac99a
2 changed files with 6 additions and 6 deletions

View File

@@ -208,7 +208,7 @@ namespace BlackSimPlugin
void addPendingAircraft(AircraftAddMode mode);
//! Remove as m_addPendingAircraft and m_aircraftToAddAgainWhenRemoved
void removeAsPendingAndAddAgain(const BlackMisc::Aviation::CCallsign &callsign);
void removeFromPendingAndAddAgainAircraft(const BlackMisc::Aviation::CCallsign &callsign);
//! Call this method to declare the simulator connected
void setSimConnected();