mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
refs #618, clang fixes
* use own default constructor error: default initialization of an object of const type 'const BlackMisc::CIcon' without a user-provided default constructor static const CIcon empty; * same for CDbOwnModelsComponent() * fixed guard
This commit is contained in:
@@ -35,6 +35,9 @@ namespace BlackGui
|
||||
IndexLastSimulator = BlackMisc::CPropertyIndex::GlobalIndexCDbOwnModelsComponent
|
||||
};
|
||||
|
||||
//! Constructor
|
||||
CDbOwnModelsComponent() {}
|
||||
|
||||
//! Simulator last selected
|
||||
const BlackMisc::Simulation::CSimulatorInfo &getLastSimulatorSelection() const { return m_simulator; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user