From 0b084f44f6537a77d1d5fc05fbe871a593b10475 Mon Sep 17 00:00:00 2001 From: "Timur A. Fatkhullin" Date: Sat, 13 Sep 2025 23:50:02 +0300 Subject: [PATCH] ... --- asibfm700/asibfm700_mount.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/asibfm700/asibfm700_mount.h b/asibfm700/asibfm700_mount.h index bd1d410..39476af 100644 --- a/asibfm700/asibfm700_mount.h +++ b/asibfm700/asibfm700_mount.h @@ -55,8 +55,8 @@ public: ~Asibfm700Mount(); }; -class Asibfm700Mount1 : protected mcc::ccte::erfa::MccCCTE_ERFA, - protected mcc::MccDefaultPCM, +class Asibfm700Mount1 : public mcc::ccte::erfa::MccCCTE_ERFA, + public mcc::MccDefaultPCM, public mcc::MccGenericFsmMount