Once again, this should have been included in a previous commit, RE renaming compnent state changed events

This commit is contained in:
Nav
2021-05-29 21:39:00 +01:00
parent 77bcf07d6c
commit 1e741d18d7
10 changed files with 36 additions and 37 deletions

View File

@@ -50,7 +50,7 @@ namespace Bloom
* Triggers the shutdown of the SignalHandler thread.
*/
void triggerShutdown() {
this->setState(ThreadState::SHUTDOWN_INITIATED);
this->setThreadState(ThreadState::SHUTDOWN_INITIATED);
};
/**
@@ -61,4 +61,4 @@ namespace Bloom
*/
void triggerApplicationShutdown();
};
}
}