summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/lm/lm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/lm/lm.h')
-rw-r--r--src/core/hle/service/lm/lm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/hle/service/lm/lm.h b/src/core/hle/service/lm/lm.h
index 7806ae27b..d40410b5c 100644
--- a/src/core/hle/service/lm/lm.h
+++ b/src/core/hle/service/lm/lm.h
@@ -4,13 +4,13 @@
#pragma once
-namespace Service::SM {
-class ServiceManager;
+namespace Core {
+class System;
}
namespace Service::LM {
/// Registers all LM services with the specified service manager.
-void InstallInterfaces(SM::ServiceManager& service_manager);
+void InstallInterfaces(Core::System& system);
} // namespace Service::LM