diff options
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' |
