aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/srv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/srv.h')
-rw-r--r--src/core/hle/service/srv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/srv.h b/src/core/hle/service/srv.h
index 653aba5c..96c89b02 100644
--- a/src/core/hle/service/srv.h
+++ b/src/core/hle/service/srv.h
@@ -13,6 +13,7 @@ namespace SRV {
class Interface : public Service::Interface {
public:
Interface();
+ ~Interface() override;
std::string GetPortName() const override {
return "srv:";