From c954d5212f795f1b3122c1efd03f2880062488fe Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Tue, 4 Feb 2014 00:34:41 +0000 Subject: Fix clang compile error in fluid (STR #3046). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10093 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/Fl_Type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fluid/Fl_Type.h b/fluid/Fl_Type.h index 4c5fed384..43feeb225 100644 --- a/fluid/Fl_Type.h +++ b/fluid/Fl_Type.h @@ -36,7 +36,7 @@ void set_modflag(int mf); class Fl_Type { friend class Widget_Browser; - friend Fl_Widget *make_type_browser(int,int,int,int,const char *l=0); + friend Fl_Widget *make_type_browser(int,int,int,int,const char *); friend class Fl_Window_Type; virtual void setlabel(const char *); // virtual part of label(char*) -- cgit v1.2.3