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

fix compiler error in last commit

parent 9d53994c
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ LoggingModule::LoggingModule(ctk::EntityOwner* owner, const std::string& name, c
auto msgSource = std::find(sources.begin(), sources.end(), moduleName);
if(msgSource == sources.end()) {
// Create new MessageSource
auto acc = getAccessorPair(moduleName, it->getOwningModule()->getName());
auto acc = getAccessorPair(moduleName);
(*it) >> acc;
std::cout << "Registered module " << it->getOwningModule()->getQualifiedName() << " for logging."
<< std::endl;
......
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