diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-04-15 02:16:06 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-04-15 02:16:06 +0200 |
| commit | 8bcfb8867978d8499d176bba545584afd81224dc (patch) | |
| tree | a0423f6ffa7f9cefc720fae9dd1fd74eff7f534b /FL/Fl_Image.H | |
| parent | 114dbc9c8158b7d35eacbdde3d8179a99a035378 (diff) | |
Fix documentation typo
Fix missing opening quote. (#431 cont'd)
Diffstat (limited to 'FL/Fl_Image.H')
| -rw-r--r-- | FL/Fl_Image.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Image.H b/FL/Fl_Image.H index b25f568e4..34c545ea9 100644 --- a/FL/Fl_Image.H +++ b/FL/Fl_Image.H @@ -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'. */ |
