aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/module/ModuleManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/module/ModuleManager.cpp')
-rw-r--r--src/core/module/ModuleManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/module/ModuleManager.cpp b/src/core/module/ModuleManager.cpp
index dc31072b..b9e73721 100644
--- a/src/core/module/ModuleManager.cpp
+++ b/src/core/module/ModuleManager.cpp
@@ -41,7 +41,7 @@ class ModuleManager::Impl {
Impl()
: task_runner_(std::make_shared<Thread::TaskRunner>()),
gpc_(std::make_shared<GlobalModuleContext>(task_runner_)) {
- task_runner_->start();
+ task_runner_->Start();
}
void RegisterModule(ModulePtr module) {