diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-04-15 02:48:16 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-04-15 02:48:16 +0200 |
| commit | a7267f91ae470f8f209d0b98591c9520e99cf00f (patch) | |
| tree | 0ea9a75b42f6ab29bba00f25608c6d1148254819 /documentation/src | |
| parent | 8bcfb8867978d8499d176bba545584afd81224dc (diff) | |
Fix yet another documentation typo
Diffstat (limited to 'documentation/src')
| -rw-r--r-- | documentation/src/migration_1_4.dox | 2 |
1 files changed, 1 insertions, 1 deletions
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' |
