Revision: 49194
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=49194
Author:   lukastoenne
Date:     2012-07-25 10:37:31 +0000 (Wed, 25 Jul 2012)
Log Message:
-----------
Added a missing forward declaration, causing compiler error in r49192.

Revision Links:
--------------
    
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=49192

Modified Paths:
--------------
    trunk/blender/source/blender/editors/include/ED_image.h

Modified: trunk/blender/source/blender/editors/include/ED_image.h
===================================================================
--- trunk/blender/source/blender/editors/include/ED_image.h     2012-07-25 
10:25:53 UTC (rev 49193)
+++ trunk/blender/source/blender/editors/include/ED_image.h     2012-07-25 
10:37:31 UTC (rev 49194)
@@ -38,6 +38,7 @@
 struct ToolSettings;
 struct uiBlock;
 struct wmWindowManager;
+struct ARegion;
 
 /* image_edit.c, exported for transform */
 struct Image *ED_space_image(struct SpaceImage *sima);

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to