Browse Source

Fixes clang build issues

tags/v1.3.1000
Mathias Buhr 8 years ago
parent
commit
2accf3694a
2 changed files with 1 additions and 1 deletions
  1. +1
    -0
      FL/Fl_Widget.H
  2. +0
    -1
      fluid/Fl_Type.h

+ 1
- 0
FL/Fl_Widget.H View File

@@ -110,6 +110,7 @@ struct FL_EXPORT Fl_Label {
*/ */
class FL_EXPORT Fl_Widget { class FL_EXPORT Fl_Widget {
friend class Fl_Group; friend class Fl_Group;
friend class Fl_X;


Fl_Group* parent_; Fl_Group* parent_;
Fl_Callback* callback_; Fl_Callback* callback_;


+ 0
- 1
fluid/Fl_Type.h View File

@@ -45,7 +45,6 @@ void set_modflag(int mf);
class Fl_Type { class Fl_Type {


friend class Widget_Browser; friend class Widget_Browser;
friend Fl_Widget *make_type_browser(int,int,int,int,const char *l=0);
friend class Fl_Window_Type; friend class Fl_Window_Type;
virtual void setlabel(const char *); // virtual part of label(char*) virtual void setlabel(const char *); // virtual part of label(char*)




Loading…
Cancel
Save