add missing virtual dtor

This commit is contained in:
SweetId 2023-10-11 23:34:29 -04:00
parent 7e01282973
commit b29e20a4b0
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ namespace Nz
NazaraSignal(OnEntityDeselected, entt::handle);
EditorBaseApplication();
virtual ~EditorBaseApplication() = default;
Nz::Level& GetLevel();
bool NewLevel();