summaryrefslogtreecommitdiff
path: root/fluid/Fl_Group_Type.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/Fl_Group_Type.cxx')
-rw-r--r--fluid/Fl_Group_Type.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/Fl_Group_Type.cxx b/fluid/Fl_Group_Type.cxx
index 00cfdb9df..605dd0797 100644
--- a/fluid/Fl_Group_Type.cxx
+++ b/fluid/Fl_Group_Type.cxx
@@ -540,7 +540,7 @@ Fl_Widget *Fl_Table_Type::enter_live_mode(int) {
return live_widget;
}
-void Fl_Table_Type::ideal_size(int &w, int &h) FL_OVERRIDE {
+void Fl_Table_Type::ideal_size(int &w, int &h) {
w = 160;
h = 120;
Fd_Snap_Action::better_size(w, h);