From 60090384f52cc9b3b87455657139a208dfd0ad19 Mon Sep 17 00:00:00 2001 From: Antonioya Date: Tue, 2 Apr 2019 13:13:23 +0200 Subject: Cleanup: Fix compiler warning --- source/blender/editors/include/ED_particle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/include') diff --git a/source/blender/editors/include/ED_particle.h b/source/blender/editors/include/ED_particle.h index 6731d878dc6..9cb0eb870ab 100644 --- a/source/blender/editors/include/ED_particle.h +++ b/source/blender/editors/include/ED_particle.h @@ -55,7 +55,7 @@ void PE_update_object( /* selection tools */ bool PE_mouse_particles(struct bContext *C, const int mval[2], bool extend, bool deselect, bool toggle); bool PE_box_select(struct bContext *C, const struct rcti *rect, const int sel_op); -bool PE_circle_select(struct bContext *C, int sel_op, const int mval[2], float rad); +bool PE_circle_select(struct bContext *C, const int sel_op, const int mval[2], float rad); int PE_lasso_select(struct bContext *C, const int mcords[][2], const short moves, const int sel_op); bool PE_deselect_all_visible_ex(struct PTCacheEdit *edit); bool PE_deselect_all_visible(struct bContext *C); -- cgit v1.2.3