Author: AlbrechtS
Date: 2010-03-17 02:39:45 -0700 (Wed, 17 Mar 2010)
New Revision: 7282
Log:
Fix compile error on Windows: class Fl_Widget needed in Fl_Device.H


Modified:
   branches/branch-1.3/FL/Fl_Device.H

Modified: branches/branch-1.3/FL/Fl_Device.H
===================================================================
--- branches/branch-1.3/FL/Fl_Device.H  2010-03-17 07:56:50 UTC (rev 7281)
+++ branches/branch-1.3/FL/Fl_Device.H  2010-03-17 09:39:45 UTC (rev 7282)
@@ -15,6 +15,7 @@
 #include <stdio.h>
 #endif
 
+class Fl_Widget;
 class Fl_Image;
 class Fl_RGB_Image;
 class Fl_Pixmap;

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to