Author: ianmacarthur Date: 2010-05-14 10:31:18 -0700 (Fri, 14 May 2010) New Revision: 7607 Log:
Typo in tree.h - needs to call fl_ask.H (not fl_ask.h) Greg - if this is from fluid, the fluid input file may be wrong? Modified: branches/branch-1.3/test/tree.h Modified: branches/branch-1.3/test/tree.h =================================================================== --- branches/branch-1.3/test/tree.h 2010-05-13 10:18:47 UTC (rev 7606) +++ branches/branch-1.3/test/tree.h 2010-05-14 17:31:18 UTC (rev 7607) @@ -8,7 +8,7 @@ #include <FL/Fl_Pixmap.H> #include <FL/Fl_Group.H> #include <FL/Fl_Tree.H> -#include <FL/fl_ask.h> +#include <FL/fl_ask.H> void CccButton_CB(Fl_Widget*, void*data); void RebuildTree(); #include <FL/Fl_Double_Window.H> _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
