summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/acc/acc_u0.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/acc/acc_u0.h')
-rw-r--r--src/core/hle/service/acc/acc_u0.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/acc/acc_u0.h b/src/core/hle/service/acc/acc_u0.h
index e8a114f99..a1290e0bd 100644
--- a/src/core/hle/service/acc/acc_u0.h
+++ b/src/core/hle/service/acc/acc_u0.h
@@ -12,6 +12,7 @@ class ACC_U0 final : public Module::Interface {
public:
explicit ACC_U0(std::shared_ptr<Module> module,
std::shared_ptr<ProfileManager> profile_manager);
+ ~ACC_U0() override;
};
} // namespace Service::Account