fix: fix a compile error

This commit is contained in:
Zhongzi8972
2024-10-22 22:42:35 +08:00
committed by GitHub
Unverified
parent 0ff5597023
commit b666ae361e
+1 -1
View File
@@ -35,4 +35,4 @@ bool LegacyRemoteCallApi::disable() { return true; }
} // namespace gmlib } // namespace gmlib
LL_REGISTER_MOD(GMLIB::LegacyRemoteCallApi, GMLIB::LegacyRemoteCallApi::getInstance()); LL_REGISTER_MOD(gmlib::LegacyRemoteCallApi, gmlib::LegacyRemoteCallApi::getInstance());