Author: matt
Date: 2012-08-03 04:35:51 -0700 (Fri, 03 Aug 2012)
New Revision: 9652
Log:
Fixed missing include.

Modified:
   branches/branch-3.0/fluid/WorkspaceType.cxx

Modified: branches/branch-3.0/fluid/WorkspaceType.cxx
===================================================================
--- branches/branch-3.0/fluid/WorkspaceType.cxx 2012-08-03 11:29:01 UTC (rev 
9651)
+++ branches/branch-3.0/fluid/WorkspaceType.cxx 2012-08-03 11:35:51 UTC (rev 
9652)
@@ -33,6 +33,7 @@
 
 #include <fltk3/filename.h>
 #include <fltk3/ask.h>
+#include <ctype.h>
 
 
 //extern Fl_Panel *the_workspace_panel;
@@ -352,7 +353,7 @@
   return 0L;
 }
 
-// Note: we do not deal with UTF8 chracters here!
+// FIXME: we do not deal with UTF8 chracters here!
 const char *Fl_Target_Type::caps_name() {
   const char *s = name();
   char *buf = get_temporary_return_buffer(strlen(s)+1);
@@ -364,7 +365,7 @@
   return buf;
 }
 
-// Note: we do not deal with UTF8 chracters here!
+// FIXME: we do not deal with UTF8 chracters here!
 const char *Fl_Target_Type::lowercase_name() {
   const char *s = name();
   char *buf = get_temporary_return_buffer(strlen(s)+1);

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to