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?



git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7607 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Ian MacArthur
2010-05-14 17:31:18 +00:00
parent 30933933b0
commit 97c314c46d
+1 -1
View File
@@ -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>