summaryrefslogtreecommitdiff
path: root/src/Fl_Graphics_Driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_Graphics_Driver.cxx')
-rw-r--r--src/Fl_Graphics_Driver.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Fl_Graphics_Driver.cxx b/src/Fl_Graphics_Driver.cxx
index 6b7609ac7..61ff76cfd 100644
--- a/src/Fl_Graphics_Driver.cxx
+++ b/src/Fl_Graphics_Driver.cxx
@@ -79,6 +79,11 @@ void Fl_Graphics_Driver::reset_spot()
// nothing to do
}
+void Fl_Graphics_Driver::global_gc()
+{
+ // nothing to do
+}
+
//
// End of "$Id$".
//