summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/bcat/bcat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/bcat/bcat.h')
-rw-r--r--src/core/hle/service/bcat/bcat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/bcat/bcat.h b/src/core/hle/service/bcat/bcat.h
index 6632996a0..802bd689a 100644
--- a/src/core/hle/service/bcat/bcat.h
+++ b/src/core/hle/service/bcat/bcat.h
@@ -11,6 +11,7 @@ namespace Service::BCAT {
class BCAT final : public Module::Interface {
public:
explicit BCAT(std::shared_ptr<Module> module, const char* name);
+ ~BCAT() override;
};
} // namespace Service::BCAT