summaryrefslogtreecommitdiff
path: root/FL/Fl_SVG_Image.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2020-11-12 14:50:45 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2020-11-12 14:50:57 +0100
commita4bacf83c44cdad8161af80f55706a5326dd0c0a (patch)
tree60f144229f75faf8cb725e1c92002eb364377863 /FL/Fl_SVG_Image.H
parent231159e16c7bd8438f3e567507f5ad394d00c760 (diff)
Fix for issue #155 - continued
Restores proper separation of what is in libfltk and what is in libfltk_images
Diffstat (limited to 'FL/Fl_SVG_Image.H')
-rw-r--r--FL/Fl_SVG_Image.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_SVG_Image.H b/FL/Fl_SVG_Image.H
index 7ced23cc0..cf76de306 100644
--- a/FL/Fl_SVG_Image.H
+++ b/FL/Fl_SVG_Image.H
@@ -147,7 +147,7 @@ private:
float average_weight_;
float svg_scaling_(int W, int H);
void rasterize_(int W, int H);
- void cache_size(int &width, int &height);
+ virtual void cache_size(int &width, int &height);
void init_(const char *filename, const char *filedata, Fl_SVG_Image *copy_source);
Fl_SVG_Image(Fl_SVG_Image *source);
public: