From 0489d790850d20b180bc7f5a5aebce8a03a5c1d2 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Mon, 22 May 2017 13:59:22 +0000 Subject: Fix warnings: 'Fl_Xlib_Graphics_Driver::scale' hides overloaded virtual function [-Woverloaded-virtual] git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12242 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/drivers/GDI/Fl_GDI_Graphics_Driver.H | 1 + 1 file changed, 1 insertion(+) (limited to 'src/drivers/GDI/Fl_GDI_Graphics_Driver.H') diff --git a/src/drivers/GDI/Fl_GDI_Graphics_Driver.H b/src/drivers/GDI/Fl_GDI_Graphics_Driver.H index 140e6acea..a641e4c89 100644 --- a/src/drivers/GDI/Fl_GDI_Graphics_Driver.H +++ b/src/drivers/GDI/Fl_GDI_Graphics_Driver.H @@ -91,6 +91,7 @@ public: void untranslate_all(void); static HRGN scale_region(HRGN r, float f, bool keep, bool inflate=false); virtual void scale(float f); + virtual float scale(); protected: void transformed_vertex0(float x, float y); void fixloop(); -- cgit v1.2.3