summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/audio/audout_a.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/audio/audout_a.h')
-rw-r--r--src/core/hle/service/audio/audout_a.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/audio/audout_a.h b/src/core/hle/service/audio/audout_a.h
index 91a069152..d65b66e8e 100644
--- a/src/core/hle/service/audio/audout_a.h
+++ b/src/core/hle/service/audio/audout_a.h
@@ -11,6 +11,7 @@ namespace Service::Audio {
class AudOutA final : public ServiceFramework<AudOutA> {
public:
explicit AudOutA();
+ ~AudOutA() override;
};
} // namespace Service::Audio