summaryrefslogtreecommitdiff
path: root/src/Fl_SVG_Image.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_SVG_Image.cxx')
-rw-r--r--src/Fl_SVG_Image.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_SVG_Image.cxx b/src/Fl_SVG_Image.cxx
index 6b241f841..8b9f01ce5 100644
--- a/src/Fl_SVG_Image.cxx
+++ b/src/Fl_SVG_Image.cxx
@@ -235,7 +235,7 @@ void Fl_SVG_Image::resize(int width, int height) {
}
-void Fl_SVG_Image::cache_size(int &width, int &height) {
+void Fl_SVG_Image::cache_size_(int &width, int &height) {
if (proportional) {
// Keep the rasterized image proportional to its source-level width and height
// while maintaining it large enough to allow image tiling.