summaryrefslogtreecommitdiff
path: root/FL/Fl_Graphics_Driver.H
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2016-04-17 14:45:25 +0000
committerMatthias Melcher <fltk@matthiasm.com>2016-04-17 14:45:25 +0000
commit9ae4a99081237f94d47a480d41313dc65737bd98 (patch)
treeaefbe45f297640c084c2949ca3da2d936fef9a47 /FL/Fl_Graphics_Driver.H
parentcc57af841a11ee314efca6a434ff14bed51706e4 (diff)
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
Diffstat (limited to 'FL/Fl_Graphics_Driver.H')
-rw-r--r--FL/Fl_Graphics_Driver.H2
1 files changed, 1 insertions, 1 deletions
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