summaryrefslogtreecommitdiff
path: root/FL/Fl_Group.H
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1999-01-26 21:37:14 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1999-01-26 21:37:14 +0000
commit53d39cc6c0b1f4d2e3269fb505551d13b2653f2f (patch)
tree7f63cb89c66b2f0dd5230b6da4e1f0dcf63a4d0c /FL/Fl_Group.H
parentb983b285cc4f0627a1f72c9d6c510047af0ad116 (diff)
Applied a navigation bug fix from Bill.
git-svn-id: file:///fltk/svn/fltk/trunk@245 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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 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 $".
//