[Bf-blender-cvs] [783e3fe] soc-2016-uv_tools: Fix for compile error

Phil Gosch noreply at git.blender.org
Fri Jul 15 15:20:25 CEST 2016


Commit: 783e3fe564af17639ff16633a39cf2c91caa6123
Author: Phil Gosch
Date:   Fri Jul 15 15:20:09 2016 +0200
Branches: soc-2016-uv_tools
https://developer.blender.org/rB783e3fe564af17639ff16633a39cf2c91caa6123

Fix for compile error

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

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

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

diff --git a/source/blender/editors/include/ED_uvedit.h b/source/blender/editors/include/ED_uvedit.h
index 4e5ef0d..9c920d3 100644
--- a/source/blender/editors/include/ED_uvedit.h
+++ b/source/blender/editors/include/ED_uvedit.h
@@ -109,13 +109,13 @@ void ED_uvedit_unwrap_cube_project(struct Object *ob, struct BMesh *bm, float cu
 void ED_unwrap_lscm(struct Scene *scene, struct Object *obedit, const short sel);
 
 /* select by trait */
-void ED_uvedit_overlapping_select(struct Scene *scene, struct OBject *ob, struct BMesh *bm, const bool extend);
+void ED_uvedit_overlapping_select(struct Scene *scene, struct Object *ob, struct BMesh *bm, const bool extend);
 
 /* select shortest path */
 bool ED_uvedit_shortest_path_select(struct Scene *scene, struct Object *ob, struct BMesh *bm, bool topo_dist);
 
 /* scale to bounds */
-void ED_uvedit_scale_to_bounds(struct Scene *scene, struct Object *ob,struct BMesh *bm);
+void ED_uvedit_scale_to_bounds(struct Scene *scene, struct Object *ob, struct BMesh *bm);
 
 /* uvedit_draw.c */
 void ED_image_draw_cursor(struct ARegion *ar, const float cursor[2]);




More information about the Bf-blender-cvs mailing list