Minor fixes

This commit is contained in:
SirLynix
2023-06-09 09:24:03 +02:00
parent 40bb69bc60
commit 504c0f771b
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
namespace Nz
{
SignalHandlerAppComponent::SignalHandlerAppComponent(ApplicationBase& app) :
inline SignalHandlerAppComponent::SignalHandlerAppComponent(ApplicationBase& app) :
ApplicationComponent(app)
{
InstallSignalHandler();