summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/cfg/cfg_s.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/cfg/cfg_s.h')
-rw-r--r--src/core/hle/service/cfg/cfg_s.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/service/cfg/cfg_s.h b/src/core/hle/service/cfg/cfg_s.h
index 5568d6485..99fea46ee 100644
--- a/src/core/hle/service/cfg/cfg_s.h
+++ b/src/core/hle/service/cfg/cfg_s.h
@@ -9,9 +9,9 @@
namespace Service {
namespace CFG {
-class CFG_S_Interface : public Service::Interface {
+class CFG_S final : public Interface {
public:
- CFG_S_Interface();
+ CFG_S();
std::string GetPortName() const override {
return "cfg:s";