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:
authorCampbell Barton <ideasman42@gmail.com>2020-01-02 05:08:20 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-01-02 05:08:20 +0300
commite9ac7842378182b48749c37be3e9f573d273c112 (patch)
treed78dc768d61edea043774903ea4b820d6321cb6c /source/blender/editors/include/ED_mesh.h
parentd27fb4671512a3834b61c5c350f428ddccc4669e (diff)
Cleanup: quiet const warnings
Diffstat (limited to 'source/blender/editors/include/ED_mesh.h')
-rw-r--r--source/blender/editors/include/ED_mesh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/include/ED_mesh.h b/source/blender/editors/include/ED_mesh.h
index b28f645e982..246dba57bb5 100644
--- a/source/blender/editors/include/ED_mesh.h
+++ b/source/blender/editors/include/ED_mesh.h
@@ -109,7 +109,7 @@ void EDBM_update_generic(struct BMEditMesh *em,
const bool is_destructive);
struct UvElementMap *BM_uv_element_map_create(struct BMesh *bm,
- struct Scene *scene,
+ const struct Scene *scene,
const bool face_selected,
const bool uv_selected,
const bool use_winding,