diff options
Diffstat (limited to 'FL/Fl_Pixmap.H')
| -rw-r--r-- | FL/Fl_Pixmap.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Pixmap.H b/FL/Fl_Pixmap.H index 8078bfb6f..4eaba9f28 100644 --- a/FL/Fl_Pixmap.H +++ b/FL/Fl_Pixmap.H @@ -63,7 +63,7 @@ public: /** The constructors create a new pixmap from the specified XPM data. */ explicit Fl_Pixmap(const uchar* const * D) : Fl_Image(-1,0,1), alloc_data(0), id_(0), mask_(0) {set_data((const char*const*)D); measure();} virtual ~Fl_Pixmap(); - 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(); |
