refs #875, PODType

Clang: const type without a user-provided default constructor
This commit is contained in:
Klaus Basan
2017-02-09 17:24:23 +01:00
committed by Mathew Sutcliffe
parent d864171358
commit 87fc64f86d
4 changed files with 5 additions and 5 deletions

View File

@@ -48,7 +48,7 @@ namespace BlackMisc
};
//! Constructor
CCountry() = default;
CCountry() {}
//! Constructor
CCountry(const QString &iso, const QString &name);