[Bf-blender-cvs] [3eb9cc69f20] master: Cleanup: last spacetype enum name

Campbell Barton noreply at git.blender.org
Tue May 15 11:13:30 CEST 2018


Commit: 3eb9cc69f2005755224fcc4ad44aafaa4e7cd40c
Author: Campbell Barton
Date:   Tue May 15 11:12:49 2018 +0200
Branches: master
https://developer.blender.org/rB3eb9cc69f2005755224fcc4ad44aafaa4e7cd40c

Cleanup: last spacetype enum name

===================================================================

M	source/blender/makesdna/DNA_space_types.h

===================================================================

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 */



More information about the Bf-blender-cvs mailing list