Fix documentation typo

Fix missing opening quote. (#431 cont'd)
This commit is contained in:
Albrecht Schlosser 2022-04-15 02:16:06 +02:00
parent 114dbc9c81
commit 8bcfb88679
2 changed files with 2 additions and 2 deletions

View File

@ -258,7 +258,7 @@ public:
\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 inheritage
to work properly. This is different than in FLTK 1.3.x and earlier where these
methods have not been 'const'.
*/

View File

@ -95,7 +95,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 inheritage
to work properly. This is different than in FLTK 1.3.x and earlier where these
methods have not been 'const'.
*/