[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [39364] branches/soc-2011-onion/source/ blender/editors/sculpt_paint/paint_intern.h: compile fixes for gcc

Antony Riakiotakis kalast at gmail.com
Sat Aug 13 16:44:53 CEST 2011


Revision: 39364
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=39364
Author:   psy-fi
Date:     2011-08-13 14:44:52 +0000 (Sat, 13 Aug 2011)
Log Message:
-----------
compile fixes for gcc

Modified Paths:
--------------
    branches/soc-2011-onion/source/blender/editors/sculpt_paint/paint_intern.h

Modified: branches/soc-2011-onion/source/blender/editors/sculpt_paint/paint_intern.h
===================================================================
--- branches/soc-2011-onion/source/blender/editors/sculpt_paint/paint_intern.h	2011-08-13 14:43:52 UTC (rev 39363)
+++ branches/soc-2011-onion/source/blender/editors/sculpt_paint/paint_intern.h	2011-08-13 14:44:52 UTC (rev 39364)
@@ -38,6 +38,9 @@
 
 #include "ED_view3d.h"
 
+struct PaintStroke;
+struct PBVHUndoNode;
+
 /* paint_bspace.c */
 
 typedef struct BrushSpace {




More information about the Bf-blender-cvs mailing list