mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-11 03:25:52 -04:00
Fix clangd error with HIO macro
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user