From 3eb9cc69f2005755224fcc4ad44aafaa4e7cd40c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 15 May 2018 11:12:49 +0200 Subject: [PATCH] Cleanup: last spacetype enum name --- source/blender/makesdna/DNA_space_types.h | 4 ++-- 1 file 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 */