diff options
Diffstat (limited to 'FL/Fl_SVG_Image.H')
| -rw-r--r-- | FL/Fl_SVG_Image.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FL/Fl_SVG_Image.H b/FL/Fl_SVG_Image.H index f1dd7095e..d49d1db59 100644 --- a/FL/Fl_SVG_Image.H +++ b/FL/Fl_SVG_Image.H @@ -170,6 +170,7 @@ public: void draw(int X, int Y, int W, int H, int cx = 0, int cy = 0) override; void draw(int X, int Y) { draw(X, Y, w(), h(), 0, 0); } Fl_SVG_Image *as_svg_image() override { return this; } + const Fl_SVG_Image *as_svg_image() const override { return this; } void normalize() override; }; |
