mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
Style
This commit is contained in:
committed by
Roland Winklmeier
parent
651ead5b51
commit
a2486981bd
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user