From f93978aba486bf0fea8d9ee857d014a02f3f7d96 Mon Sep 17 00:00:00 2001 From: maxim nikonov Date: Fri, 6 Feb 2026 03:39:53 +0500 Subject: wi[ --- FL/Fl_Pixmap.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL/Fl_Pixmap.H') 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(); -- cgit v1.2.3