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

Fixed circular ref issue in 'using' field data population

This commit is contained in:
Brian Fiete 2022-07-13 07:08:17 -04:00
parent 32be2ba69c
commit 993053271b
2 changed files with 48 additions and 5 deletions

View file

@ -1884,6 +1884,7 @@ public:
public:
Dictionary<String, Entry> mEntries;
Dictionary<String, Entry> mMethods;
HashSet<BfTypeInstance*> mAwaitingPopulateSet;
};
class BfTypeInfoEx