[Bf-blender-cvs] [60090384f52] master: Cleanup: Fix compiler warning

Antonioya noreply at git.blender.org
Tue Apr 2 13:13:30 CEST 2019


Commit: 60090384f52cc9b3b87455657139a208dfd0ad19
Author: Antonioya
Date:   Tue Apr 2 13:13:23 2019 +0200
Branches: master
https://developer.blender.org/rB60090384f52cc9b3b87455657139a208dfd0ad19

Cleanup: Fix compiler warning

===================================================================

M	source/blender/editors/include/ED_particle.h

===================================================================

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);



More information about the Bf-blender-cvs mailing list