refs #614, allow CCached::NotifySlot to refer to a base class method

This commit is contained in:
Mathew Sutcliffe
2016-04-24 16:26:58 +01:00
committed by Klaus Basan
parent 43f9515eaa
commit bf2a84b67c
3 changed files with 17 additions and 2 deletions

View File

@@ -202,7 +202,7 @@ namespace BlackMisc
BlackMisc::CData<BlackMisc::Simulation::Data::ModelCacheFs9> m_modelCacheFs9 {this, &CModelCaches::changedFs9 }; //!< FS9 cache
BlackMisc::CData<BlackMisc::Simulation::Data::ModelCacheP3D> m_modelCacheP3D {this, &CModelCaches::changedP3D }; //!< P3D cache
BlackMisc::CData<BlackMisc::Simulation::Data::ModelCacheXP> m_modelCacheXP {this, &CModelCaches::changedXP }; //!< XP cache
BlackMisc::CData<BlackMisc::Simulation::Data::ModelCacheLastSelection> m_currentSimulator {this }; //!< surrent simulator
BlackMisc::CData<BlackMisc::Simulation::Data::ModelCacheLastSelection> m_currentSimulator { this }; //!< current simulator
};
//! Bundle of caches for model sets of all simulators