Typo in function declaration causing warnings.
This commit is contained in:
@@ -647,7 +647,7 @@ void RNA_property_float_range(PointerRNA *ptr, PropertyRNA *prop, float *hardmin
|
||||
void RNA_property_float_ui_range(PointerRNA *ptr, PropertyRNA *prop, float *softmin, float *softmax, float *step, float *precision);
|
||||
|
||||
int RNA_enum_identifier(EnumPropertyItem *item, const int value, const char **identifier);
|
||||
int RNA_enum_bitflag_identifierss(EnumPropertyItem *item, const int value, const char **identifier);
|
||||
int RNA_enum_bitflag_identifiers(EnumPropertyItem *item, const int value, const char **identifier);
|
||||
int RNA_enum_name(EnumPropertyItem *item, const int value, const char **name);
|
||||
|
||||
void RNA_property_enum_items(struct bContext *C, PointerRNA *ptr, PropertyRNA *prop, EnumPropertyItem **item, int *totitem, int *free);
|
||||
|
||||
Reference in New Issue
Block a user