Fix yet another typo in documentation

This commit is contained in:
Albrecht Schlosser
2024-01-13 20:05:34 +01:00
parent 0f1a803eb8
commit 92b48c3936
+1 -1
View File
@@ -104,7 +104,7 @@ void Fl_Image::draw_empty(int X, int Y) {
\note Since FLTK 1.4.0 this method is 'const'. If you derive your own class
from Fl_Image or any subclass your overridden methods of 'Fl_Image::copy() const'
and 'Fl_Image::copy(int, int) const' \b must also be 'const' for inheritage
and 'Fl_Image::copy(int, int) const' \b must also be 'const' for inheritance
to work properly. This is different than in FLTK 1.3.x and earlier where these
methods have not been 'const'.
*/