diff options
Diffstat (limited to 'FL/Fl_Table.H')
| -rw-r--r-- | FL/Fl_Table.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Table.H b/FL/Fl_Table.H index 4190a4b11..3f0bf4c53 100644 --- a/FL/Fl_Table.H +++ b/FL/Fl_Table.H @@ -865,7 +865,7 @@ public: } else { table->hide(); } - Fl_Group::current((Fl_Group*)(Fl_Group::parent())); + Fl_Group::current(Fl_Group::parent()); } Fl_Widget * const *array() { return(table->array()); |
