diff options
Diffstat (limited to 'src/core/hle/service/lm/lm.h')
-rw-r--r-- | src/core/hle/service/lm/lm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/lm/lm.h b/src/core/hle/service/lm/lm.h index 63d6506fe..9c15c2e5f 100644 --- a/src/core/hle/service/lm/lm.h +++ b/src/core/hle/service/lm/lm.h @@ -16,7 +16,7 @@ public: ~LM() = default; private: - void Initialize(Kernel::HLERequestContext& ctx); + void OpenLogger(Kernel::HLERequestContext& ctx); }; /// Registers all LM services with the specified service manager. |