summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/audio/codecctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/audio/codecctl.h')
-rw-r--r--src/core/hle/service/audio/codecctl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/audio/codecctl.h b/src/core/hle/service/audio/codecctl.h
index d9ac29b67..2fe75b6e2 100644
--- a/src/core/hle/service/audio/codecctl.h
+++ b/src/core/hle/service/audio/codecctl.h
@@ -15,7 +15,7 @@ namespace Service::Audio {
class CodecCtl final : public ServiceFramework<CodecCtl> {
public:
explicit CodecCtl();
- ~CodecCtl() = default;
+ ~CodecCtl() override;
};
} // namespace Service::Audio