diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2004-11-23 19:51:03 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2004-11-23 19:51:03 +0000 |
| commit | 7acedd91ff187be5a6b1382cc31c20a1fee1f464 (patch) | |
| tree | b45c1c250cb3f281a447da6c111ff9f7e9018af7 /src/Fl.cxx | |
| parent | a42ded75e297cedfcb448537e77d13350df0fe92 (diff) | |
Fix compiler errors...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3918 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl.cxx')
| -rw-r--r-- | src/Fl.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
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_<platform>.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 $". // |
