From 03ae47e45f2c9095f88e8009694d2ee97aab8563 Mon Sep 17 00:00:00 2001 From: Peter Larabell Date: Thu, 31 May 2012 21:25:52 +0000 Subject: Add const prefix to match definition in lasso.c --- source/blender/blenlib/BLI_lasso.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib/BLI_lasso.h') diff --git a/source/blender/blenlib/BLI_lasso.h b/source/blender/blenlib/BLI_lasso.h index 2360173c3b8..85a000b000c 100644 --- a/source/blender/blenlib/BLI_lasso.h +++ b/source/blender/blenlib/BLI_lasso.h @@ -35,7 +35,7 @@ struct rcti; void BLI_lasso_boundbox(struct rcti *rect, int mcords[][2], short moves); -int BLI_lasso_is_point_inside(int mcords[][2], short moves, int sx, int sy, const int error_value); +int BLI_lasso_is_point_inside(int mcords[][2], short moves, const int sx, const int sy, const int error_value); int BLI_lasso_is_edge_inside(int mcords[][2], short moves, int x0, int y0, int x1, int y1, const int error_value); #endif -- cgit v1.2.3