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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2010-03-30 15:38:06 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2010-03-30 15:38:06 +0400
commit19fb497d139991ec759f3be3db53a27492c62877 (patch)
tree4a78caebf1832a1e755a031d7db86d61b1631322 /source/blender/makesdna/DNA_space_types.h
parentccdd490957f19ecc9e59bcf9a85ecc25788da99c (diff)
Fix a few warning in editors/ module.
Diffstat (limited to 'source/blender/makesdna/DNA_space_types.h')
-rw-r--r--source/blender/makesdna/DNA_space_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h
index d74ba77bf91..00ade3156c5 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -671,7 +671,7 @@ enum FileSortTypeE {
/* files in filesel list: 2=ACTIVE */
#define EDITING (1<<0)
-#define ACTIVE (1<<1)
+#define ACTIVEFILE (1<<1)
#define BLENDERFILE (1<<2)
#define PSXFILE (1<<3)
#define IMAGEFILE (1<<4)