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:
Diffstat (limited to 'source/blender/editors/mask/mask_select.c')
-rw-r--r--source/blender/editors/mask/mask_select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/mask/mask_select.c b/source/blender/editors/mask/mask_select.c
index 416c1dc6e49..c8cddced99c 100644
--- a/source/blender/editors/mask/mask_select.c
+++ b/source/blender/editors/mask/mask_select.c
@@ -522,7 +522,7 @@ void MASK_OT_select_box(wmOperatorType *ot)
static bool do_lasso_select_mask(bContext *C,
const int mcoords[][2],
- short mcoords_len,
+ const int mcoords_len,
const eSelectOp sel_op)
{
ScrArea *area = CTX_wm_area(C);