clang: error: default initialization of an object of const type 'const BlackMisc::Aviation::CAirlineIcaoCodeList' without a user-provided default constructor

This commit is contained in:
Klaus Basan
2016-05-24 20:31:28 +02:00
parent f92765d515
commit 0aa916f057
8 changed files with 14 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ namespace BlackMisc
BLACKMISC_DECLARE_USING_MIXIN_METATYPE(CDbInfoList)
//! Default constructor.
CDbInfoList() = default;
CDbInfoList();
//! Construct from a base class object.
CDbInfoList(const CSequence<CDbInfo> &other);