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:
authorTon Roosendaal <ton@blender.org>2007-04-29 14:49:02 +0400
committerTon Roosendaal <ton@blender.org>2007-04-29 14:49:02 +0400
commit243d1a28c0635a85c2dca9a23e9465b170b0ba3a (patch)
tree90a6fb16f8ca90d04d70e8ff129c24c98b7f003a /source/blender/blenkernel/BKE_customdata.h
parente4d6f331eb90f7375a241a7698bd6958b6ced326 (diff)
Casting fixes for 64 bits. Incomplete commit, discussion on proper casting
has to be finished.
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 ecefb6dde47..b41c06f046f 100644
--- a/source/blender/blenkernel/BKE_customdata.h
+++ b/source/blender/blenkernel/BKE_customdata.h
@@ -34,7 +34,7 @@
struct CustomData;
struct CustomDataLayer;
-typedef int CustomDataMask;
+typedef long CustomDataMask;
extern const CustomDataMask CD_MASK_BAREMESH;
extern const CustomDataMask CD_MASK_MESH;