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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2014-02-11 21:40:37 +0400
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2014-02-11 21:49:32 +0400
commitafadaaf8e0efe79e2fa1e108e5a2beb7a02182f4 (patch)
treef5fa22bf0cd90acd68a1307b63bb497fee18ca1c /source/blender/editors/include/ED_transverts.h
parent842a66b07cc1092975191eb3110f484b5d1fd787 (diff)
Code cleanup: fix a few visual studio compiler warnings.
Diffstat (limited to 'source/blender/editors/include/ED_transverts.h')
-rw-r--r--source/blender/editors/include/ED_transverts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/include/ED_transverts.h b/source/blender/editors/include/ED_transverts.h
index a82e54e425b..1df89b0a8f9 100644
--- a/source/blender/editors/include/ED_transverts.h
+++ b/source/blender/editors/include/ED_transverts.h
@@ -45,7 +45,7 @@ typedef struct TransVertStore {
int transverts_tot;
} TransVertStore;
-void ED_transverts_create_from_obedit(TransVertStore *tvs, struct Object *obedit, int mode);
+void ED_transverts_create_from_obedit(TransVertStore *tvs, struct Object *obedit, const int mode);
void ED_transverts_update_obedit(TransVertStore *tvs, struct Object *obedit);
void ED_transverts_free(TransVertStore *tvs);
bool ED_transverts_check_obedit(Object *obedit);