[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [15584] branches/soc-2008-quorn/source/ blender/python/BPY_extern.h: make gcc happy

Campbell Barton ideasman42 at gmail.com
Tue Jul 15 11:20:05 CEST 2008


Revision: 15584
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=15584
Author:   campbellbarton
Date:     2008-07-15 11:19:56 +0200 (Tue, 15 Jul 2008)

Log Message:
-----------
make gcc happy

Modified Paths:
--------------
    branches/soc-2008-quorn/source/blender/python/BPY_extern.h

Modified: branches/soc-2008-quorn/source/blender/python/BPY_extern.h
===================================================================
--- branches/soc-2008-quorn/source/blender/python/BPY_extern.h	2008-07-15 07:34:46 UTC (rev 15583)
+++ branches/soc-2008-quorn/source/blender/python/BPY_extern.h	2008-07-15 09:19:56 UTC (rev 15584)
@@ -48,6 +48,7 @@
 struct bConstraintOb; /* DNA_constraint_types.h */
 struct bConstraintTarget; /* DNA_constraint_types.h*/
 struct Script;				/* DNA_screen_types.h */
+struct BPyMenu;
 #ifdef __cplusplus
 extern "C" {
 #endif





More information about the Bf-blender-cvs mailing list