From afadaaf8e0efe79e2fa1e108e5a2beb7a02182f4 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Tue, 11 Feb 2014 18:40:37 +0100 Subject: Code cleanup: fix a few visual studio compiler warnings. --- source/blender/editors/include/ED_transverts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/include/ED_transverts.h') 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); -- cgit v1.2.3