Skip to content
Snippets Groups Projects
Commit 045fe7ad authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

fixed incorrect overall module registration

parent 683997e1
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@ namespace ChimeraTK {
/** Register an application module with the application. Will be called automatically by all modules in their
* constructors. */
void overallRegisterModule(Module &module) {
moduleList.push_back(&module);
overallModuleList.push_back(&module);
}
/** List of application modules */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment