mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 11:05:44 +08:00
refs #624 Some more occurrences of constexpr.
This commit is contained in:
@@ -37,8 +37,8 @@ namespace BlackMisc
|
||||
DVFR //!< Defense VFR
|
||||
};
|
||||
|
||||
static const int MaxRemarksLength = 150; //!< Max remarks length
|
||||
static const int MaxRouteLength = 150; //!< Max route length
|
||||
static constexpr int MaxRemarksLength = 150; //!< Max remarks length
|
||||
static constexpr int MaxRouteLength = 150; //!< Max route length
|
||||
|
||||
//! Default constructor
|
||||
CFlightPlan() = default;
|
||||
|
||||
Reference in New Issue
Block a user