From 74ecf68e8f6f9bcbfcab12d9cff19f113d39dc80 Mon Sep 17 00:00:00 2001 From: ComputerNerd Date: Mon, 7 Dec 2020 01:28:02 -0600 Subject: [PATCH] Backport friend fix from the 1.3 branch. The l=0 was removed in the 1.3 branch. Also the Debian maintainers did this for FLTK 1.1. --- 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 a35fc6201..a3be709f7 100644 --- a/fluid/Fl_Type.h +++ b/fluid/Fl_Type.h @@ -44,7 +44,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*)