mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fixed missing error for outer static instance-qualified lookup
This commit is contained in:
parent
61a3328c5a
commit
40a9dbf25c
3 changed files with 30 additions and 15 deletions
|
@ -379,7 +379,8 @@ enum BfLookupFieldFlags
|
|||
BfLookupFieldFlag_IgnoreProtection = 8,
|
||||
BfLookupFieldFlag_BindOnly = 0x10,
|
||||
BfLookupFieldFlag_IsFailurePass = 0x20,
|
||||
BfLookupFieldFlag_IsAnonymous = 0x40
|
||||
BfLookupFieldFlag_IsAnonymous = 0x40,
|
||||
BfLookupFieldFlag_HasInstance = 0x80
|
||||
};
|
||||
|
||||
enum BfUnaryOpFlags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue