Cleanup: Fix compiler warning

This commit is contained in:
Antonio Vazquez 2020-04-30 18:10:02 +02:00
parent 31d3f034ab
commit 38456d3e82
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ void BKE_curve_material_index_clear(struct Curve *cu);
bool BKE_curve_material_index_validate(struct Curve *cu);
void BKE_curve_material_remap(struct Curve *cu, const unsigned int *remap, unsigned int remap_len);
void BKE_curve_smooth_flag_set(struct Curve *cu, bool set);
void BKE_curve_smooth_flag_set(struct Curve *cu, const bool use_smooth);
ListBase *BKE_curve_nurbs_get(struct Curve *cu);