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>2011-05-09 09:09:07 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-05-09 09:09:07 +0400
commitb93594bf3019ba3c412b7291f4a5cdfc9752dcf8 (patch)
tree78c63a21e9a002f9f5f705621192d213ff655659 /source/blender/bmesh/bmesh_operator_api.h
parent5a2a3d7d82933be392d8a24937b230b2ab4d7af7 (diff)
quiet more compiler warnings, also found a bug using printf rather then fprintf.
Diffstat (limited to 'source/blender/bmesh/bmesh_operator_api.h')
-rw-r--r--source/blender/bmesh/bmesh_operator_api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/bmesh/bmesh_operator_api.h b/source/blender/bmesh/bmesh_operator_api.h
index 770bca7e886..57bcd2eb69c 100644
--- a/source/blender/bmesh/bmesh_operator_api.h
+++ b/source/blender/bmesh/bmesh_operator_api.h
@@ -356,7 +356,7 @@ typedef struct BMOIter {
int cur; //for arrays
struct GHashIterator giter;
void *val;
- int restrict;
+ int restrictmask;
} BMOIter;
void *BMO_FirstElem(BMOperator *op, const char *slotname);