summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/set/set_cal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/set/set_cal.h')
-rw-r--r--src/core/hle/service/set/set_cal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/hle/service/set/set_cal.h b/src/core/hle/service/set/set_cal.h
index 8f50278ed..e64cd1380 100644
--- a/src/core/hle/service/set/set_cal.h
+++ b/src/core/hle/service/set/set_cal.h
@@ -11,10 +11,10 @@ class System;
namespace Service::Set {
-class SET_CAL final : public ServiceFramework<SET_CAL> {
+class IFactorySettingsServer final : public ServiceFramework<IFactorySettingsServer> {
public:
- explicit SET_CAL(Core::System& system_);
- ~SET_CAL() override;
+ explicit IFactorySettingsServer(Core::System& system_);
+ ~IFactorySettingsServer() override;
};
} // namespace Service::Set