This commit is contained in:
Klaus Basan
2018-09-06 08:50:18 +02:00
committed by Roland Winklmeier
parent 651ead5b51
commit a2486981bd
3 changed files with 26 additions and 26 deletions

View File

@@ -38,7 +38,7 @@ namespace BlackCore
PluginExtended &plugin = m_plugins[pluginId];
if (!plugin.listener)
{
ISimulatorFactory *factory = getFactory(pluginId);
ISimulatorFactory *factory = this->getFactory(pluginId);
if (!factory)
{
CLogMessage(this).warning("Could not load plugin '%1'.") << pluginId;