summaryrefslogtreecommitdiff
path: root/FL/Fl_Image.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Image.H')
-rw-r--r--FL/Fl_Image.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Image.H b/FL/Fl_Image.H
index 8acc3de5d..878e18595 100644
--- a/FL/Fl_Image.H
+++ b/FL/Fl_Image.H
@@ -366,7 +366,7 @@ public:
Fl_RGB_Image(const uchar *bits, int bits_length, int W, int H, int D, int LD);
Fl_RGB_Image(const Fl_Pixmap *pxm, Fl_Color bg=FL_GRAY);
~Fl_RGB_Image();
- Fl_Image *copy(int W, int H) const override;
+ Fl_Image *copy(int W, int H) const ;
Fl_Image *copy() const { return Fl_Image::copy(); }
void color_average(Fl_Color c, float i);
void desaturate();