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