Cleanup: Sync header+implementaiton definition.

Gave warning on Windows platform. There are more of these cases.
This commit is contained in:
Jeroen Bakker 2021-03-05 09:47:50 +01:00
parent 99e1866712
commit 6bc01222c6
2 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@ void BKE_mesh_mirror_apply_mirror_on_axis(struct Main *bmain,
struct Mesh *BKE_mesh_mirror_apply_mirror_on_axis_for_modifier(struct MirrorModifierData *mmd,
struct Object *ob,
const struct Mesh *mesh,
int axis);
const int axis);
#ifdef __cplusplus
}

View File

@ -163,8 +163,8 @@ extern struct EnumPropertyItem prop_make_parent_types[];
bool ED_object_parent_set(struct ReportList *reports,
const struct bContext *C,
struct Scene *scene,
struct Object *ob,
struct Object *par,
struct Object *const ob,
struct Object *const par,
int partype,
const bool xmirror,
const bool keep_transform,