From 9ae4a99081237f94d47a480d41313dc65737bd98 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sun, 17 Apr 2016 14:45:25 +0000 Subject: virtualized Fl_Graphics_Driver::global_gc(), a function that should probably not exeist. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11641 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Graphics_Driver.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL/Fl_Graphics_Driver.H') diff --git a/FL/Fl_Graphics_Driver.H b/FL/Fl_Graphics_Driver.H index e605b3ace..90af5f134 100644 --- a/FL/Fl_Graphics_Driver.H +++ b/FL/Fl_Graphics_Driver.H @@ -249,7 +249,7 @@ public: protected: // --- implementation is in src/fl_vertex.cxx which includes src/cfg_gfx/xxx_rect.cxx - void global_gc(void); + virtual void global_gc(); }; #endif // FL_GRAPHICS_DRIVER_H -- cgit v1.2.3