aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/nwm_uds.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/nwm_uds.h')
-rw-r--r--src/core/hle/service/nwm_uds.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/nwm_uds.h b/src/core/hle/service/nwm_uds.h
index 82abdff2..0ced2359 100644
--- a/src/core/hle/service/nwm_uds.h
+++ b/src/core/hle/service/nwm_uds.h
@@ -16,6 +16,7 @@ namespace NWM_UDS {
class Interface : public Service::Interface {
public:
Interface();
+ ~Interface() override;
std::string GetPortName() const override {
return "nwm::UDS";