Fixed enums failing to validate
This commit is contained in:
parent
0ce1b5d40b
commit
033ef3889a
@ -65,6 +65,7 @@ namespace hex::lang {
|
||||
if (!constantNames.insert(name).second)
|
||||
return false;
|
||||
}
|
||||
break;
|
||||
case ASTNode::Type::Bitfield:
|
||||
{
|
||||
// Check for duplicate type name
|
||||
|
Loading…
x
Reference in New Issue
Block a user