Skip to content

Commit

Permalink
Fixing build.
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Nov 30, 2024
1 parent eeaa2c3 commit 7f8a807
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/cc_view/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ void metaTypesRegisterAll()

void initSingletons()
{
static_cast<void>(cc_tools_qt::ToolsPluginMgrG::instanceRef());
static_cast<void>(cc_tools_qt::PluginMgrG::instanceRef());
static_cast<void>(cc_tools_qt::MsgMgrG::instanceRef());
static_cast<void>(cc_tools_qt::GuiAppMgr::instance());
}
Expand Down Expand Up @@ -108,7 +108,7 @@ int main(int argc, char *argv[])
}
app.addLibraryPath(pluginsDir);

auto& pluginMgr = cc_tools_qt::ToolsPluginMgrG::instanceRef();
auto& pluginMgr = cc_tools_qt::PluginMgrG::instanceRef();
pluginMgr.setPluginsDir(pluginsDir);

auto& guiAppMgr = cc_tools_qt::GuiAppMgr::instanceRef();
Expand Down

0 comments on commit 7f8a807

Please sign in to comment.