mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fixed sized array const-lookup dependency issue
This commit is contained in:
parent
1e3d0308bf
commit
8a32ce5a69
6 changed files with 18 additions and 4 deletions
|
@ -131,6 +131,7 @@ public:
|
|||
ResolveKind_UnionInnerType,
|
||||
ResolveKind_LocalVariable,
|
||||
ResolveKind_Attributes,
|
||||
ResolveKind_FieldType,
|
||||
ResolveKind_ConstField
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue