diff --git a/src/blackcore/simulator.cpp b/src/blackcore/simulator.cpp index 8b0bb00f6..e01961154 100644 --- a/src/blackcore/simulator.cpp +++ b/src/blackcore/simulator.cpp @@ -1140,4 +1140,8 @@ namespace BlackCore this->stopImpl(); m_isRunning = false; } + + ISimulatorFactory::~ISimulatorFactory() + { } + } // namespace diff --git a/src/blackcore/simulator.h b/src/blackcore/simulator.h index a040a69b1..0e21ca04c 100644 --- a/src/blackcore/simulator.h +++ b/src/blackcore/simulator.h @@ -604,7 +604,7 @@ namespace BlackCore { public: //! ISimulatorVirtual destructor - virtual ~ISimulatorFactory() {} + virtual ~ISimulatorFactory(); //! Create a new instance of a driver //! \param info metadata about simulator