diff --git a/src/core/hle/service/acc/acc.cpp b/src/core/hle/service/acc/acc.cpp index 1886eee6c5..8aa5717d4a 100644 --- a/src/core/hle/service/acc/acc.cpp +++ b/src/core/hle/service/acc/acc.cpp @@ -454,7 +454,7 @@ public: } }; -class ISessionObject final : ServiceFramework { +class ISessionObject final : public ServiceFramework { public: explicit ISessionObject(Common::UUID user_id) : ServiceFramework("ISessionObject") { // clang-format off