From 2f82fd066321cde3e225fc87a9469849215413eb Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 20 Feb 2010 21:14:47 +0000 Subject: Mixed bag. Please see CHANGES. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7117 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Table.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL/Fl_Table.H') 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()); -- cgit v1.2.3