Platform/AppWindowingComponent: Fix missing initialization of "quit on last window closed"

This commit is contained in:
SirLynix
2023-02-02 13:10:18 +01:00
parent eb74c6ed07
commit 6508b84e5c
2 changed files with 7 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ namespace Nz
class NAZARA_PLATFORM_API AppWindowingComponent : public ApplicationComponent
{
public:
using ApplicationComponent::ApplicationComponent;
inline AppWindowingComponent(ApplicationBase& app);
AppWindowingComponent(const AppWindowingComponent&) = delete;
AppWindowingComponent(AppWindowingComponent&&) = delete;
~AppWindowingComponent() = default;