d_s_boot OK

This commit is contained in:
robojumper
2025-09-13 13:15:55 +02:00
parent 3320140f40
commit 56dfa84676
8 changed files with 135 additions and 115 deletions
+1 -1
View File
@@ -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) {}