mirror of
https://github.com/zeldaret/ss
synced 2026-09-05 02:26:03 -04:00
d_s_boot OK
This commit is contained in:
@@ -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) {}
|
||||
|
||||
Reference in New Issue
Block a user