[Bf-blender-cvs] [516dbae] master: Fix for a build error with VS 2013.

Tamito Kajiyama noreply at git.blender.org
Mon Sep 29 07:54:03 CEST 2014


Commit: 516dbaeb7333fbfd27bf22917ba51f028171b09a
Author: Tamito Kajiyama
Date:   Mon Sep 29 14:52:35 2014 +0900
Branches: master
https://developer.blender.org/rB516dbaeb7333fbfd27bf22917ba51f028171b09a

Fix for a build error with VS 2013.

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

M	source/blender/bmesh/tools/bmesh_region_match.c

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

diff --git a/source/blender/bmesh/tools/bmesh_region_match.c b/source/blender/bmesh/tools/bmesh_region_match.c
index ced429e..3d1b6bf 100644
--- a/source/blender/bmesh/tools/bmesh_region_match.c
+++ b/source/blender/bmesh/tools/bmesh_region_match.c
@@ -628,7 +628,7 @@ static unsigned int bm_uuidwalk_init_from_edge(
 /** \name Internal UUIDFaceStep API
  * \{ */
 
-static int facestep_sort(const void *a, const const void *b)
+static int facestep_sort(const void *a, const void *b)
 {
 	const UUIDFaceStepItem *fstep_a = a;
 	const UUIDFaceStepItem *fstep_b = b;




More information about the Bf-blender-cvs mailing list