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:
authorCampbell Barton <ideasman42@gmail.com>2013-08-17 12:21:40 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-08-17 12:21:40 +0400
commit5fafc222f0b3aa9fcd351c1152404227f15228a7 (patch)
treefad499e8d9af3cbfcf474c8b466701ed83ac69b1 /source/blender/bmesh/operators/bmo_symmetrize.c
parent85b0315b3bae9e699021977f9b40d504d9a9d108 (diff)
style cleanup
Diffstat (limited to 'source/blender/bmesh/operators/bmo_symmetrize.c')
-rw-r--r--source/blender/bmesh/operators/bmo_symmetrize.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/bmesh/operators/bmo_symmetrize.c b/source/blender/bmesh/operators/bmo_symmetrize.c
index 620bbafc372..dd720c9cc0f 100644
--- a/source/blender/bmesh/operators/bmo_symmetrize.c
+++ b/source/blender/bmesh/operators/bmo_symmetrize.c
@@ -150,7 +150,7 @@ static void symm_split_asymmetric_edges(Symm *symm)
BMOIter oiter;
BMEdge *e;
- symm->edge_split_map = BLI_ghash_ptr_new(AT);
+ symm->edge_split_map = BLI_ghash_ptr_new(__func__);
BMO_ITER (e, &oiter, symm->op->slots_in, "input", BM_EDGE) {
float flipped[3];