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