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