mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 01:05:35 +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
@@ -52,7 +52,7 @@ namespace BlackMisc
|
||||
};
|
||||
|
||||
//! Default constructor.
|
||||
CCallsign() = default;
|
||||
CCallsign() {}
|
||||
|
||||
//! Constructor
|
||||
CCallsign(const QString &callsign, TypeHint hint = NoHint)
|
||||
|
||||
Reference in New Issue
Block a user