View | Details | Raw Unified | Return to bug 182949
Collapse All | Expand All

(-)fluid/Fl_Type.h (-1 / +1 lines)
Lines 36-42 Link Here
36
class Fl_Type {
36
class Fl_Type {
37
37
38
  friend class Widget_Browser;
38
  friend class Widget_Browser;
39
  friend Fl_Widget *make_type_browser(int,int,int,int,const char *l=0);
39
  friend Fl_Widget *make_type_browser(int,int,int,int,const char *);
40
  friend class Fl_Window_Type;
40
  friend class Fl_Window_Type;
41
  virtual void setlabel(const char *); // virtual part of label(char*)
41
  virtual void setlabel(const char *); // virtual part of label(char*)
42
42

Return to bug 182949