Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2014-09-29 09:52:35 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2014-09-29 09:53:28 +0400
commit516dbaeb7333fbfd27bf22917ba51f028171b09a (patch)
treeee0f486c7e51b02ceda5dd9fe4bd6da01b596c7d /source/blender/bmesh/tools/bmesh_region_match.c
parentcbe68f70a84fddaa4b2eba430a0d1e588c190a86 (diff)
Fix for a build error with VS 2013.
Diffstat (limited to 'source/blender/bmesh/tools/bmesh_region_match.c')
-rw-r--r--source/blender/bmesh/tools/bmesh_region_match.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/bmesh/tools/bmesh_region_match.c b/source/blender/bmesh/tools/bmesh_region_match.c
index ced429e154a..3d1b6bfbcf2 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;