Variant: Rename Type::_RID to Type::RID
The underscore prefix was used to avoid the conflict between the `RID` class name and the matching enum value in `Variant::Type`. This can be fixed differently by prefixing uses of the `RID` class in `Variant` with the scope resolution operator, as done already for `AABB`.
This commit is contained in:
parent
bd0c40d051
commit
9d2e8f2f27
31 changed files with 98 additions and 95 deletions
|
|
@ -477,7 +477,7 @@ static String variant_type_to_managed_name(const String &p_var_type_name) {
|
|||
Variant::COLOR,
|
||||
Variant::STRING_NAME,
|
||||
Variant::NODE_PATH,
|
||||
Variant::_RID,
|
||||
Variant::RID,
|
||||
Variant::CALLABLE
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue