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>2018-05-15 12:12:49 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-05-15 12:12:49 +0300
commit3eb9cc69f2005755224fcc4ad44aafaa4e7cd40c (patch)
treeda1c0b18f56f8eb190033278ba9075a05b285775 /source/blender/makesdna
parent9636cab0098f96b9c6b6493fb7120f32d7506cd6 (diff)
Cleanup: last spacetype enum name
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_space_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h
index 693917939ef..7de5d6267b6 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -1377,8 +1377,8 @@ typedef enum eSpace_Type {
SPACE_CONSOLE = 18,
SPACE_USERPREF = 19,
SPACE_CLIP = 20,
-
- SPACEICONMAX = SPACE_CLIP
+
+ SPACE_TYPE_LAST = SPACE_CLIP
} eSpace_Type;
/* use for function args */