From b666ae361e0fe8d4882f8a8998b546041b7b1429 Mon Sep 17 00:00:00 2001 From: Zhongzi8972 <107860434+Zhongzi8972@users.noreply.github.com> Date: Tue, 22 Oct 2024 22:42:35 +0800 Subject: [PATCH] fix: fix a compile error --- src/Entry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Entry.cpp b/src/Entry.cpp index fc029ec..8632c2d 100644 --- a/src/Entry.cpp +++ b/src/Entry.cpp @@ -35,4 +35,4 @@ bool LegacyRemoteCallApi::disable() { return true; } } // namespace gmlib -LL_REGISTER_MOD(GMLIB::LegacyRemoteCallApi, GMLIB::LegacyRemoteCallApi::getInstance()); +LL_REGISTER_MOD(gmlib::LegacyRemoteCallApi, gmlib::LegacyRemoteCallApi::getInstance());