From 70dec29f02151c3fae444d65f20e26d86541dc0e Mon Sep 17 00:00:00 2001 From: "Timur A. Fatkhullin" Date: Thu, 27 Feb 2025 17:33:11 +0300 Subject: [PATCH] ... --- cxx/mount.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cxx/mount.h b/cxx/mount.h index 9f3f443..bfe65ff 100644 --- a/cxx/mount.h +++ b/cxx/mount.h @@ -79,6 +79,9 @@ public: protected: std::function _exitCurrentState; + + + void updateMountState() {} }; } // namespace mcc