&block -> *block

This commit is contained in:
In-line 2017-05-30 17:49:26 +04:00 committed by GitHub
parent 2df1cb5e21
commit 8a51226c39

View File

@ -114,7 +114,7 @@ int CPluginMngr::loadPluginsFromFile(const char* filename, bool warn)
}
bool skip = false;
for (const auto &block : m_BlockList)
for (const auto *block : m_BlockList)
{
if (block->compare(pluginName) == 0)
{