summaryrefslogtreecommitdiff
path: root/FL/Fl_Group.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Group.H')
-rw-r--r--FL/Fl_Group.H6
1 files changed, 3 insertions, 3 deletions
diff --git a/FL/Fl_Group.H b/FL/Fl_Group.H
index 314372fac..1037897e2 100644
--- a/FL/Fl_Group.H
+++ b/FL/Fl_Group.H
@@ -61,10 +61,10 @@ protected:
enum { CLIP_CHILDREN = 2048 };
void draw();
- void draw_child(Fl_Widget&) const;
+ void draw_child(Fl_Widget& widget) const;
void draw_children();
- void draw_outside_label(const Fl_Widget&) const ;
- void update_child(Fl_Widget&) const;
+ void draw_outside_label(const Fl_Widget& widget) const ;
+ void update_child(Fl_Widget& widget) const;
int *sizes();
public: