summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mic_u.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/mic_u.h')
-rw-r--r--src/core/hle/service/mic_u.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/mic_u.h b/src/core/hle/service/mic_u.h
index dc795d14c..1cff7390e 100644
--- a/src/core/hle/service/mic_u.h
+++ b/src/core/hle/service/mic_u.h
@@ -16,6 +16,7 @@ namespace MIC_U {
class Interface : public Service::Interface {
public:
Interface();
+ ~Interface();
std::string GetPortName() const override {
return "mic:u";