mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 12:35:43 +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
@@ -48,7 +48,7 @@ namespace BlackMisc
|
||||
};
|
||||
|
||||
//! Constructor
|
||||
CCountry() = default;
|
||||
CCountry() {}
|
||||
|
||||
//! Constructor
|
||||
CCountry(const QString &iso, const QString &name);
|
||||
|
||||
Reference in New Issue
Block a user