From a7267f91ae470f8f209d0b98591c9520e99cf00f Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Fri, 15 Apr 2022 02:48:16 +0200 Subject: Fix yet another documentation typo --- documentation/src/migration_1_4.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/src') diff --git a/documentation/src/migration_1_4.dox b/documentation/src/migration_1_4.dox index e13a22d00..24a6d091b 100644 --- a/documentation/src/migration_1_4.dox +++ b/documentation/src/migration_1_4.dox @@ -108,7 +108,7 @@ never been cross platform compatible, i.e. it wouldn't work on Unix/Linux. An example would be code that opened a splash window, scheduled a timeout with Fl::add_timeout(), and waited for the timer event w/o running the FLTK event loop. Such code must be modified to execute Fl::run() and/or -use Fl:: wait(). +use Fl::wait(). \section migration_1_4_copy_image Fl_Image::copy() 'const' -- cgit v1.2.3