summaryrefslogtreecommitdiff
path: root/FL/Fl_Image.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Image.H')
-rw-r--r--FL/Fl_Image.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Image.H b/FL/Fl_Image.H
index 4b5419c70..daac00165 100644
--- a/FL/Fl_Image.H
+++ b/FL/Fl_Image.H
@@ -76,7 +76,7 @@ private:
Fl_Image & operator=(const Fl_Image &);
Fl_Image(const Fl_Image &);
// Presently redefined in Fl_SVG_Image
- virtual void cache_size(int &width, int &height) {}
+ virtual void cache_size_(int &width, int &height) {}
protected: