Fix clangd error with HIO macro

This commit is contained in:
LagoLunatic
2025-08-06 00:02:22 -04:00
parent efc93e2fa5
commit ab74582059
+2 -2
View File
@@ -13,9 +13,9 @@ class JOREvent;
class JORServer;
#if VERSION == VERSION_DEMO
#define HIO(name) l_HIO.##name
#define HIO(name) l_HIO.name
#else
#define HIO(name) L_HIO::##name
#define HIO(name) L_HIO::name
#endif
class JORMContext {