Author: ianmacarthur Date: 2011-12-08 01:58:51 -0800 (Thu, 08 Dec 2011) New Revision: 9201 Log:
Fix typo in includes Modified: branches/branch-1.3/src/Fl_Overlay_Window.cxx Modified: branches/branch-1.3/src/Fl_Overlay_Window.cxx =================================================================== --- branches/branch-1.3/src/Fl_Overlay_Window.cxx 2011-12-07 14:19:42 UTC (rev 9200) +++ branches/branch-1.3/src/Fl_Overlay_Window.cxx 2011-12-08 09:58:51 UTC (rev 9201) @@ -22,7 +22,7 @@ // possible, otherwise it just draws in the front buffer. #include <config.h> -#include <FL/Fl.H>g +#include <FL/Fl.H> #include <FL/Fl_Overlay_Window.H> #include <FL/fl_draw.H> #include <FL/x.H> _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
