diff options
| author | robojumper <robojumper@gmail.com> | 2025-09-13 13:15:55 +0200 |
|---|---|---|
| committer | robojumper <robojumper@gmail.com> | 2025-09-13 13:15:55 +0200 |
| commit | 56dfa846761220f6d3759af513e2b6aebd7cee89 (patch) | |
| tree | 94c0fd6bb5bbd1018c84a2af4d8530a0880fa464 /include/s | |
| parent | 3320140f40ae8c198868bb29fe8922ca400f2aa9 (diff) | |
d_s_boot OK
Diffstat (limited to 'include/s')
| -rw-r--r-- | include/s/s_StateMgr.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/s/s_StateMgr.hpp b/include/s/s_StateMgr.hpp index 507c7ddd..a5d3d3f4 100644 --- a/include/s/s_StateMgr.hpp +++ b/include/s/s_StateMgr.hpp @@ -17,7 +17,7 @@ * @ingroup state */ template <class T, class Method, template <class> class Factory, class Check> -class sStateMgr_c : sStateMgrIf_c { +class sStateMgr_c : public sStateMgrIf_c { public: sStateMgr_c(T &owner) : mFactory(owner), mMethod(mCheck, mFactory, sStateID::null) {} |
