summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorFabien Costantini <fabien@onepost.net>2009-01-04 16:21:42 +0000
committerFabien Costantini <fabien@onepost.net>2009-01-04 16:21:42 +0000
commit601a0f0d3efd46b0ef6c34a98cd738bceaae504c (patch)
tree6840d9c39123f99e9ef8a549a02707d8678f83d3 /test
parent8a53f05688f2187c7b88b62cabdcd78847ab9e55 (diff)
+ Fixed font set to const string was potentially free in
Fl_x.cxx:fl_set_spot() + Fixed fl_ask.h erroneous include replaced by fl_ask.H include in colbrowser.cxx git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6622 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
-rw-r--r--test/colbrowser.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/colbrowser.cxx b/test/colbrowser.cxx
index 5db9842b2..98100da8a 100644
--- a/test/colbrowser.cxx
+++ b/test/colbrowser.cxx
@@ -32,7 +32,7 @@
#include <FL/Fl_Hold_Browser.H>
#include <FL/Fl_Box.H>
-#include <FL/fl_ask.h>
+#include <FL/fl_ask.H>
#include <FL/filename.H>
#include <stdlib.h>