refactor: Cleanup

This commit is contained in:
Michael Carlberg
2016-12-21 23:22:02 +01:00
parent 185363056a
commit bc9b9f0d12
32 changed files with 276 additions and 311 deletions

View File

@ -114,7 +114,7 @@ namespace modules {
* charging animation when the module is started
*/
void battery_module::start() {
inotify_module::start();
this->inotify_module::start();
m_threads.emplace_back(thread(&battery_module::subthread, this));
}
@ -145,7 +145,7 @@ namespace modules {
}
}
inotify_module::idle();
this->inotify_module::idle();
}
/**