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.
This commit is contained in:
ComputerNerd 2020-12-07 01:28:02 -06:00 committed by Albrecht Schlosser
parent 31093328b7
commit 74ecf68e8f

View File

@ -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*)