1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

HiddenAtom fix for non-static nameless types

This commit is contained in:
Brian Fiete 2025-05-21 07:42:49 +02:00
parent ad3c7ce767
commit d67a6243eb
3 changed files with 15 additions and 6 deletions

View file

@ -1818,6 +1818,7 @@ public:
Array<BfCompiler*> mCompilers;
BfAtom* mGlobalsAtom;
BfAtom* mHiddenAtom;
BfAtom* mEmptyAtom;
BfAtom* mBfAtom;
CritSect mSystemLock; // long-lived, hold while compiling