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-09-30 19:22:13 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-09-30 19:22:13 +0400
commitf3ae228c9d672990f0cbd40a10fcc9c68935a2fc (patch)
tree35029499916ea891acf3f2c18ea9da68df4ff333 /source/blender/makesdna/DNA_ID.h
parentca2528d55117cacc4e811a7d9e0c0a3bc69902b7 (diff)
minor changes, dont append with cmake platform flags which is a string and use enum values rather then ints in a few places.
Diffstat (limited to 'source/blender/makesdna/DNA_ID.h')
-rw-r--r--source/blender/makesdna/DNA_ID.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_ID.h b/source/blender/makesdna/DNA_ID.h
index 11c60076423..f81a05f5625 100644
--- a/source/blender/makesdna/DNA_ID.h
+++ b/source/blender/makesdna/DNA_ID.h
@@ -125,7 +125,7 @@ typedef struct Library {
enum eIconSizes {
ICON_SIZE_ICON,
- ICON_SIZE_PREVIEW,
+ ICON_SIZE_PREVIEW
};
#define NUM_ICON_SIZES (ICON_SIZE_PREVIEW + 1)