diff --git a/include/NazaraEditor/Core/Application/Action.hpp b/include/NazaraEditor/Core/Application/Action.hpp index 3e04fdf..a406d89 100644 --- a/include/NazaraEditor/Core/Application/Action.hpp +++ b/include/NazaraEditor/Core/Application/Action.hpp @@ -25,7 +25,7 @@ namespace Nz EditorAction(const Properties& properties) : m_properties(std::make_shared(properties)) {} - ~EditorAction() = default; + virtual ~EditorAction() = default; EditorAction(const EditorAction&) = delete; EditorAction& operator=(const EditorAction&) = delete;