Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Bakker <jeroen@blender.org>2021-03-05 11:47:50 +0300
committerJeroen Bakker <jeroen@blender.org>2021-03-05 11:48:49 +0300
commit6bc01222c63b235e60578966a486a920ca6ce495 (patch)
treede032266776966f9a2b8b632ff15ece026533eb8 /source/blender/blenkernel/BKE_mesh_mirror.h
parent99e186671247b7dbcb01e9c95709a251fdbefc87 (diff)
Cleanup: Sync header+implementaiton definition.
Gave warning on Windows platform. There are more of these cases.
Diffstat (limited to 'source/blender/blenkernel/BKE_mesh_mirror.h')
-rw-r--r--source/blender/blenkernel/BKE_mesh_mirror.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_mesh_mirror.h b/source/blender/blenkernel/BKE_mesh_mirror.h
index a91f0787e68..7b230b04410 100644
--- a/source/blender/blenkernel/BKE_mesh_mirror.h
+++ b/source/blender/blenkernel/BKE_mesh_mirror.h
@@ -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
}