summaryrefslogtreecommitdiff
path: root/src/Fl_Scalable_Graphics_Driver.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_Scalable_Graphics_Driver.H')
-rw-r--r--src/Fl_Scalable_Graphics_Driver.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Scalable_Graphics_Driver.H b/src/Fl_Scalable_Graphics_Driver.H
index 16278d81d..397750390 100644
--- a/src/Fl_Scalable_Graphics_Driver.H
+++ b/src/Fl_Scalable_Graphics_Driver.H
@@ -119,7 +119,7 @@ protected:
void transformed_vertex(double xf, double yf) FL_OVERRIDE;
void vertex(double x, double y) FL_OVERRIDE;
- float override_scale() FL_OVERRIDE;
+ float _scale() FL_OVERRIDE;
void restore_scale(float) FL_OVERRIDE;
virtual void *change_pen_width(int lwidth);
virtual void reset_pen_width(void *data);