From 53d39cc6c0b1f4d2e3269fb505551d13b2653f2f Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 26 Jan 1999 21:37:14 +0000 Subject: Applied a navigation bug fix from Bill. git-svn-id: file:///fltk/svn/fltk/trunk@245 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Group.H | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'FL') diff --git a/FL/Fl_Group.H b/FL/Fl_Group.H index 934b9efd3..cc434d351 100644 --- a/FL/Fl_Group.H +++ b/FL/Fl_Group.H @@ -1,5 +1,5 @@ // -// "$Id: Fl_Group.H,v 1.4 1999/01/07 19:16:55 mike Exp $" +// "$Id: Fl_Group.H,v 1.5 1999/01/26 21:37:13 mike Exp $" // // Group header file for the Fast Light Tool Kit (FLTK). // @@ -38,7 +38,7 @@ class Fl_Group : public Fl_Widget { int children_; short *sizes_; // remembered initial sizes of children - int navigation(int = 0); + int navigation(int); static Fl_Group *current_; protected: @@ -96,5 +96,5 @@ public: #endif // -// End of "$Id: Fl_Group.H,v 1.4 1999/01/07 19:16:55 mike Exp $". +// End of "$Id: Fl_Group.H,v 1.5 1999/01/26 21:37:13 mike Exp $". // -- cgit v1.2.3