summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/xcd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/hid/xcd.cpp')
-rw-r--r--src/core/hle/service/hid/xcd.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/hid/xcd.cpp b/src/core/hle/service/hid/xcd.cpp
index 49f733f60..c8e9125f6 100644
--- a/src/core/hle/service/hid/xcd.cpp
+++ b/src/core/hle/service/hid/xcd.cpp
@@ -34,4 +34,6 @@ XCD_SYS::XCD_SYS() : ServiceFramework{"xcd:sys"} {
RegisterHandlers(functions);
}
+XCD_SYS::~XCD_SYS() = default;
+
} // namespace Service::HID