From 7acedd91ff187be5a6b1382cc31c20a1fee1f464 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 23 Nov 2004 19:51:03 +0000 Subject: Fix compiler errors... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3918 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Fl.cxx') diff --git a/src/Fl.cxx b/src/Fl.cxx index a25009101..42f0a94b5 100644 --- a/src/Fl.cxx +++ b/src/Fl.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl.cxx,v 1.24.2.41.2.70 2004/11/23 19:47:51 easysw Exp $" +// "$Id: Fl.cxx,v 1.24.2.41.2.71 2004/11/23 19:50:58 easysw Exp $" // // Main event handling code for the Fast Light Tool Kit (FLTK). // @@ -236,7 +236,7 @@ extern int fl_wait(double time); // in Fl_.cxx static char in_idle; double Fl::wait(double time_to_wait) { - do_widget_deletions(); + do_widget_deletion(); if (first_timeout) { elapse_timeouts(); @@ -1096,5 +1096,5 @@ Fl::do_widget_deletion() { // -// End of "$Id: Fl.cxx,v 1.24.2.41.2.70 2004/11/23 19:47:51 easysw Exp $". +// End of "$Id: Fl.cxx,v 1.24.2.41.2.71 2004/11/23 19:50:58 easysw Exp $". // -- cgit v1.2.3