diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-01-13 20:05:34 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-01-13 20:05:34 +0100 |
| commit | 92b48c39364d35bcee4c81622508cce67bd553a3 (patch) | |
| tree | d0a26ad3985df7d96b429644ea5b8374e9335078 | |
| parent | 0f1a803eb8bc718b3bc4cbcf4bfeff9eb9ab4577 (diff) | |
Fix yet another typo in documentation
| -rw-r--r-- | src/Fl_Image.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Image.cxx b/src/Fl_Image.cxx index ec8606cb8..fe68f457a 100644 --- a/src/Fl_Image.cxx +++ b/src/Fl_Image.cxx @@ -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'. */ |
