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:
parent
ad3c7ce767
commit
d67a6243eb
3 changed files with 15 additions and 6 deletions
|
@ -1818,6 +1818,7 @@ public:
|
|||
Array<BfCompiler*> mCompilers;
|
||||
|
||||
BfAtom* mGlobalsAtom;
|
||||
BfAtom* mHiddenAtom;
|
||||
BfAtom* mEmptyAtom;
|
||||
BfAtom* mBfAtom;
|
||||
CritSect mSystemLock; // long-lived, hold while compiling
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue