diff options
| author | Matthias Melcher <github@matthiasm.com> | 2024-01-13 19:32:24 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2024-01-13 19:32:32 +0100 |
| commit | 332a87aa4357c3138ebf4774efdc1243061f5d44 (patch) | |
| tree | 10be0d64bf6627d8148d3b519d04fbfa36f420b1 /FL/Fl_Image.H | |
| parent | 994b5824dccbc86c981bf0834d00579ef67c5539 (diff) | |
#887: Fixes Fl_Shared_Image reference counting
- adds documentation to all calls
- changes implementation details on ::copy()
and copy(w,h)
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 a8f514f36..8b8b433e8 100644 --- a/FL/Fl_Image.H +++ b/FL/Fl_Image.H @@ -259,7 +259,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 inheritance to work properly. This is different than in FLTK 1.3.x and earlier where these methods have not been 'const'. */ |
