mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-21 14:07:29 -04:00
clangd: Started fixing warnings and errors, code cleanup
This commit is contained in:
@@ -131,7 +131,12 @@ public:
|
||||
|
||||
static JUTConsoleManager* sManager;
|
||||
|
||||
#ifdef __MWERKS__
|
||||
typedef JGadget::TLinkList<JUTConsole, -offsetof(JUTConsole, mLinkNode)> ConsoleList;
|
||||
#else
|
||||
// clangd does not support offsetof in template arguments.
|
||||
typedef JGadget::TLinkList<JUTConsole, -sizeof(JKRDisposer)> ConsoleList;
|
||||
#endif
|
||||
|
||||
private:
|
||||
/* 0x00 */ ConsoleList soLink_;
|
||||
|
||||
Reference in New Issue
Block a user