summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/cfg/cfg_u.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/cfg/cfg_u.h')
-rw-r--r--src/core/hle/service/cfg/cfg_u.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/service/cfg/cfg_u.h b/src/core/hle/service/cfg/cfg_u.h
index 5303d8ac6..fc7844714 100644
--- a/src/core/hle/service/cfg/cfg_u.h
+++ b/src/core/hle/service/cfg/cfg_u.h
@@ -9,9 +9,9 @@
namespace Service {
namespace CFG {
-class CFG_U_Interface : public Service::Interface {
+class CFG_U final : public Interface {
public:
- CFG_U_Interface();
+ CFG_U();
std::string GetPortName() const override {
return "cfg:u";