mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
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:
@@ -16,6 +16,8 @@
|
||||
|
||||
namespace BlackMisc
|
||||
{
|
||||
CCountryList::CCountryList() {}
|
||||
|
||||
CCountryList::CCountryList(const CSequence<CCountry> &other) :
|
||||
CSequence<CCountry>(other)
|
||||
{ }
|
||||
|
||||
Reference in New Issue
Block a user