mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 15:26:00 +02:00
Improved function binding to virtual methods
This commit is contained in:
parent
ee06457b2f
commit
46cc3d088b
5 changed files with 75 additions and 22 deletions
|
@ -198,7 +198,7 @@ public:
|
|||
bool mAllowStatic;
|
||||
bool mAllowNonStatic;
|
||||
bool mSkipImplicitParams;
|
||||
bool mAutoFlushAmbiguityErrors;
|
||||
bool mAutoFlushAmbiguityErrors;
|
||||
BfEvalExprFlags mBfEvalExprFlags;
|
||||
int mMethodCheckCount;
|
||||
BfType* mExplicitInterfaceCheck;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue