summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FL/Fl_Image.H2
-rw-r--r--src/Fl_Image.cxx2
2 files changed, 2 insertions, 2 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'.
*/
diff --git a/src/Fl_Image.cxx b/src/Fl_Image.cxx
index cb3de4935..051e7fc6f 100644
--- a/src/Fl_Image.cxx
+++ b/src/Fl_Image.cxx
@@ -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'.
*/