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:
authorJoseph Eagar <joeedh@gmail.com>2009-07-17 06:07:35 +0400
committerJoseph Eagar <joeedh@gmail.com>2009-07-17 06:07:35 +0400
commitfb6dde791d12481ed6b56ae6c66b960c2bf22c78 (patch)
treeee5f31b7aa1df4a5ccbf64d6382a9f891a1b29d7 /source/blender/blenkernel/BKE_customdata.h
parentbccc35b602695e9f5bec11b7be91dfe8fb7fa270 (diff)
heh, forgot an ;
Diffstat (limited to 'source/blender/blenkernel/BKE_customdata.h')
-rw-r--r--source/blender/blenkernel/BKE_customdata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_customdata.h b/source/blender/blenkernel/BKE_customdata.h
index 1ccbf529400..a7980f65be6 100644
--- a/source/blender/blenkernel/BKE_customdata.h
+++ b/source/blender/blenkernel/BKE_customdata.h
@@ -32,7 +32,7 @@
#ifndef BKE_CUSTOMDATA_H
#define BKE_CUSTOMDATA_H
-struct BMesh
+struct BMesh;
struct CustomData;
struct CustomDataLayer;
typedef unsigned int CustomDataMask;