summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/service.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-04-04 18:16:56 +0200
committerLioncash <mathew1800@gmail.com>2019-04-04 18:19:44 +0200
commit5b0a9f8ba8452373a4bf0a84d1c5c3734bd04d3c (patch)
tree0d7b041cdfabd0e7317b3dc28d52f0ebf9d0445e /src/core/hle/service/service.h
parentMerge pull request #2330 from lioncash/pragma (diff)
downloadyuzu-5b0a9f8ba8452373a4bf0a84d1c5c3734bd04d3c.tar
yuzu-5b0a9f8ba8452373a4bf0a84d1c5c3734bd04d3c.tar.gz
yuzu-5b0a9f8ba8452373a4bf0a84d1c5c3734bd04d3c.tar.bz2
yuzu-5b0a9f8ba8452373a4bf0a84d1c5c3734bd04d3c.tar.lz
yuzu-5b0a9f8ba8452373a4bf0a84d1c5c3734bd04d3c.tar.xz
yuzu-5b0a9f8ba8452373a4bf0a84d1c5c3734bd04d3c.tar.zst
yuzu-5b0a9f8ba8452373a4bf0a84d1c5c3734bd04d3c.zip
Diffstat (limited to 'src/core/hle/service/service.h')
-rw-r--r--src/core/hle/service/service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/service.h b/src/core/hle/service/service.h
index 830790269..abbfe5524 100644
--- a/src/core/hle/service/service.h
+++ b/src/core/hle/service/service.h
@@ -90,7 +90,7 @@ private:
Kernel::HLERequestContext& ctx);
ServiceFrameworkBase(const char* service_name, u32 max_sessions, InvokerFn* handler_invoker);
- ~ServiceFrameworkBase();
+ ~ServiceFrameworkBase() override;
void RegisterHandlersBase(const FunctionInfoBase* functions, std::size_t n);
void ReportUnimplementedFunction(Kernel::HLERequestContext& ctx, const FunctionInfoBase* info);