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:
parent
32be2ba69c
commit
993053271b
2 changed files with 48 additions and 5 deletions
|
@ -1884,6 +1884,7 @@ public:
|
|||
public:
|
||||
Dictionary<String, Entry> mEntries;
|
||||
Dictionary<String, Entry> mMethods;
|
||||
HashSet<BfTypeInstance*> mAwaitingPopulateSet;
|
||||
};
|
||||
|
||||
class BfTypeInfoEx
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue