Skip to content
Snippets Groups Projects
Commit 4c52e17d authored by Martin Killenberg's avatar Martin Killenberg
Browse files

Removed compiler warning due to missing override.

parent 09a14399
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ namespace ChimeraTK {
tick.write();
}
void mainLoop() {
void mainLoop() override {
if(Application::getInstance().isTestableModeEnabled()) {
return;
}
......
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