diff --git a/src/blackgui/components/data/lastselections.h b/src/blackgui/components/data/lastselections.h index 68f96b9d4..1677220a7 100644 --- a/src/blackgui/components/data/lastselections.h +++ b/src/blackgui/components/data/lastselections.h @@ -35,6 +35,9 @@ namespace BlackGui IndexLastSimulator = BlackMisc::CPropertyIndex::GlobalIndexCDbOwnModelsComponent }; + //! Constructor + CDbOwnModelsComponent() {} + //! Simulator last selected const BlackMisc::Simulation::CSimulatorInfo &getLastSimulatorSelection() const { return m_simulator; } diff --git a/src/blackmisc/icon.h b/src/blackmisc/icon.h index 5f0c0ab6e..a099d8cd3 100644 --- a/src/blackmisc/icon.h +++ b/src/blackmisc/icon.h @@ -23,11 +23,7 @@ namespace BlackMisc { class CIcon; - - namespace PhysicalQuantities - { - class CAngle; - } + namespace PhysicalQuantities { class CAngle; } namespace Mixin { @@ -73,7 +69,7 @@ namespace BlackMisc { public: //! Default constructor. - CIcon() = default; + CIcon() {} //! Constructor. CIcon(CIcons::IconIndex index, const QString &descriptiveText); diff --git a/src/blackmisc/simulation/aircraftmodelsetloader.h b/src/blackmisc/simulation/aircraftmodelsetloader.h index a57f00cab..ac0c24c13 100644 --- a/src/blackmisc/simulation/aircraftmodelsetloader.h +++ b/src/blackmisc/simulation/aircraftmodelsetloader.h @@ -10,7 +10,7 @@ //! \file #ifndef BLACKMISC_SIMULATION_AIRCRAFTMODELSETLOADER_H -#define BLACKMISC_SIMULATION_AIRCRAFTMODESETLLOADER_H +#define BLACKMISC_SIMULATION_AIRCRAFTMODELSETLOADER_H #include "blackmisc/blackmiscexport.h" #include "blackmisc/simulation/aircraftmodellist.h"