summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan MacArthur <imacarthur@gmail.com>2010-05-14 17:31:18 +0000
committerIan MacArthur <imacarthur@gmail.com>2010-05-14 17:31:18 +0000
commit97c314c46dda01531d40403e32fb759dc1d947e4 (patch)
tree608e10afc8b3b56addf588df98a90457060e0118
parent30933933b08104030397f3575283d845316aceaf (diff)
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
-rw-r--r--test/tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tree.h b/test/tree.h
index 16f10047c..ba107e580 100644
--- a/test/tree.h
+++ b/test/tree.h
@@ -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>