mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fixed false circular data ref with self-refing field function typeref
This commit is contained in:
parent
c34e6fe66a
commit
947426b384
3 changed files with 29 additions and 26 deletions
|
@ -418,7 +418,7 @@ public:
|
|||
Array<BfAstNode*> mDirectAllocNodes;
|
||||
BfType* mReturnType;
|
||||
BfType* mFunctionThisType;
|
||||
Array<BfType*> mParams;
|
||||
Array<BfType*> mParams;
|
||||
|
||||
public:
|
||||
BfDelegateInfo()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue