summaryrefslogtreecommitdiff
path: root/src/Fl_System_Driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_System_Driver.cxx')
-rw-r--r--src/Fl_System_Driver.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Fl_System_Driver.cxx b/src/Fl_System_Driver.cxx
index 98a099bd8..1ef25302f 100644
--- a/src/Fl_System_Driver.cxx
+++ b/src/Fl_System_Driver.cxx
@@ -435,6 +435,9 @@ FILE *Fl_System_Driver::fopen(const char* f, const char *mode) {
return ::fopen(f, mode);
}
+void Fl_System_Driver::open_callback(void (*)(const char *)) {
+}
+
//
// End of "$Id$".
//