[Bf-blender-cvs] [17da4eadba9] topbar: Fix hint for makesdna to not write top-bar struct commented out

Julian Eisel noreply at git.blender.org
Fri Apr 20 14:44:02 CEST 2018


Commit: 17da4eadba9b1a5e9a0031a50c8548f756d57a06
Author: Julian Eisel
Date:   Fri Apr 20 14:40:09 2018 +0200
Branches: topbar
https://developer.blender.org/rB17da4eadba9b1a5e9a0031a50c8548f756d57a06

Fix hint for makesdna to not write top-bar struct commented out

Just did this for testing, but should not have ended up in the commit.

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

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 0008763d56c..a532dff190c 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -1392,8 +1392,8 @@ typedef enum eSpaceClip_GPencil_Source {
 
 /* These two lines with # tell makesdna this struct can be excluded.
  * Should be: #ifndef WITH_TOPBAR_WRITING */
-//#
-//#
+#
+#
 typedef struct SpaceTopBar {
 	SpaceLink *next, *prev;
 	ListBase regionbase;        /* storage of regions for inactive spaces */



More information about the Bf-blender-cvs mailing list