mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 10:55:32 +08:00
refs #345 Style and doxygen.
This commit is contained in:
@@ -43,7 +43,7 @@ namespace BlackMisc
|
||||
static const int MaxRouteLength = 150; //!< Max route length
|
||||
|
||||
//! Default constructor
|
||||
CFlightPlan() {}
|
||||
CFlightPlan() = default;
|
||||
|
||||
//! Constructor
|
||||
CFlightPlan(const QString &equipmentIcao, const CAirportIcao &originAirportIcao, const CAirportIcao &destinationAirportIcao, const CAirportIcao &alternateAirportIcao,
|
||||
|
||||
Reference in New Issue
Block a user