Once again, this should have been included in a previous commit, RE renaming compnent state changed events
This commit is contained in:
@@ -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();
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user