This commit is contained in:
Timur A. Fatkhullin 2025-02-27 17:33:11 +03:00
parent ede00dc200
commit 70dec29f02

View File

@ -79,6 +79,9 @@ public:
protected: protected:
std::function<void()> _exitCurrentState; std::function<void()> _exitCurrentState;
void updateMountState() {}
}; };
} // namespace mcc } // namespace mcc