diff options
Diffstat (limited to 'src/core/hle/service/nwm_uds.h')
-rw-r--r-- | src/core/hle/service/nwm_uds.h | 1 |
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 82abdff28..0ced2359c 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"; |