From 24c423b7f03ac720e919b791381f493b3f900bb6 Mon Sep 17 00:00:00 2001 From: VolcaEM <63682805+VolcaEM@users.noreply.github.com> Date: Mon, 22 Jun 2020 21:42:21 +0200 Subject: [PATCH] Add missing final --- src/core/hle/service/acc/acc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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