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_SVG_Image.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FL/Fl_SVG_Image.H') diff --git a/FL/Fl_SVG_Image.H b/FL/Fl_SVG_Image.H index 0a47b0ca6..c5e4d8516 100644 --- a/FL/Fl_SVG_Image.H +++ b/FL/Fl_SVG_Image.H @@ -160,7 +160,7 @@ public: Fl_SVG_Image(const char *sharedname, const char *svg_data); Fl_SVG_Image(const char *sharedname, const unsigned char *svg_data, size_t length); virtual ~Fl_SVG_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(); } @@ -170,7 +170,7 @@ public: void draw(int X, int Y, int W, int H, int cx = 0, int cy = 0); void draw(int X, int Y) { draw(X, Y, w(), h(), 0, 0); } Fl_SVG_Image *as_svg_image() { return this; } - const Fl_SVG_Image *as_svg_image() const override { return this; } + const Fl_SVG_Image *as_svg_image() const { return this; } void normalize(); }; -- cgit v1.2.3