summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/set/set_fd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/set/set_fd.cpp')
-rw-r--r--src/core/hle/service/set/set_fd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/set/set_fd.cpp b/src/core/hle/service/set/set_fd.cpp
index 565882a31..f04dc5047 100644
--- a/src/core/hle/service/set/set_fd.cpp
+++ b/src/core/hle/service/set/set_fd.cpp
@@ -6,7 +6,7 @@
namespace Service::Set {
-SET_FD::SET_FD() : ServiceFramework("set:fd") {
+SET_FD::SET_FD(Core::System& system_) : ServiceFramework{system_, "set:fd"} {
// clang-format off
static const FunctionInfo functions[] = {
{2, nullptr, "SetSettingsItemValue"},