summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ptm/ptm_sysm.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/ptm/ptm_sysm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/service/ptm/ptm_sysm.h b/src/core/hle/service/ptm/ptm_sysm.h
index e37f20546..e9938a530 100644
--- a/src/core/hle/service/ptm/ptm_sysm.h
+++ b/src/core/hle/service/ptm/ptm_sysm.h
@@ -9,9 +9,9 @@
namespace Service {
namespace PTM {
-class PTM_Sysm_Interface : public Interface {
+class PTM_Sysm final : public Interface {
public:
- PTM_Sysm_Interface();
+ PTM_Sysm();
std::string GetPortName() const override {
return "ptm:sysm";