mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
refs #875, PODType
Clang: const type without a user-provided default constructor
This commit is contained in:
committed by
Mathew Sutcliffe
parent
d864171358
commit
87fc64f86d
@@ -31,7 +31,7 @@ namespace BlackMisc
|
||||
{
|
||||
public:
|
||||
//! Default constructor.
|
||||
CAirportIcaoCode() = default;
|
||||
CAirportIcaoCode() {}
|
||||
|
||||
//! Constructor
|
||||
CAirportIcaoCode(const QString &icaoCode) : m_icaoCode(CAirportIcaoCode::unifyAirportCode(icaoCode)) {}
|
||||
|
||||
Reference in New Issue
Block a user