diff --git a/SDK/include/NDK/State.hpp b/SDK/include/NDK/State.hpp index 0a113def3..613a504ab 100644 --- a/SDK/include/NDK/State.hpp +++ b/SDK/include/NDK/State.hpp @@ -16,8 +16,8 @@ namespace Ndk class State { public: - State(); - ~State(); + State() = default; + ~State() = default; virtual void Enter(StateMachine& fsm) = 0; virtual void Leave(StateMachine& fsm) = 0;