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-11 03:48:09 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-05-11 03:48:09 +0400
commitbcdd9d236cfca0e3f68fc80ad5d8967d18350285 (patch)
tree3a22a83cc4809cf2a92c40d61005c5adea133f04 /source/blender/editors/mesh/mesh_intern.h
parenta7b07ca58440ca84a78b7f3b47f7f5a33cc1f64f (diff)
fixed 4 uses of un-inirialized vars + some compiler warnings.
Diffstat (limited to 'source/blender/editors/mesh/mesh_intern.h')
-rw-r--r--source/blender/editors/mesh/mesh_intern.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/mesh/mesh_intern.h b/source/blender/editors/mesh/mesh_intern.h
index 8415ecf9410..418860a4805 100644
--- a/source/blender/editors/mesh/mesh_intern.h
+++ b/source/blender/editors/mesh/mesh_intern.h
@@ -55,6 +55,8 @@ struct BMesh;
struct BMEdge;
struct BMFace;
struct wmOperator;
+struct wmKeyMap;
+struct wmKeyConfig;
/* ******************** bmeshutils.c */