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