add missing virtual dtor
This commit is contained in:
parent
7e01282973
commit
b29e20a4b0
|
|
@ -30,6 +30,7 @@ namespace Nz
|
|||
NazaraSignal(OnEntityDeselected, entt::handle);
|
||||
|
||||
EditorBaseApplication();
|
||||
virtual ~EditorBaseApplication() = default;
|
||||
|
||||
Nz::Level& GetLevel();
|
||||
bool NewLevel();
|
||||
|
|
|
|||
Loading…
Reference in New Issue