[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59712] branches/soc-2013-ui_replay/source /blender/editors/include/UI_resources.h: Fixed bug whereby bContext wasn' t declared.

Vincent Akkermans vincent at ack-err.net
Sun Sep 1 17:26:47 CEST 2013


Revision: 59712
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59712
Author:   ack-err
Date:     2013-09-01 15:26:47 +0000 (Sun, 01 Sep 2013)
Log Message:
-----------
Fixed bug whereby bContext wasn't declared.

Modified Paths:
--------------
    branches/soc-2013-ui_replay/source/blender/editors/include/UI_resources.h

Modified: branches/soc-2013-ui_replay/source/blender/editors/include/UI_resources.h
===================================================================
--- branches/soc-2013-ui_replay/source/blender/editors/include/UI_resources.h	2013-09-01 15:03:44 UTC (rev 59711)
+++ branches/soc-2013-ui_replay/source/blender/editors/include/UI_resources.h	2013-09-01 15:26:47 UTC (rev 59712)
@@ -245,6 +245,7 @@
 
 struct bTheme;
 struct PointerRNA;
+struct bContext;
 
 // THE CODERS API FOR THEMES:
 




More information about the Bf-blender-cvs mailing list