summaryrefslogtreecommitdiff
path: root/src/Fl_cocoa.mm
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_cocoa.mm')
-rw-r--r--src/Fl_cocoa.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_cocoa.mm b/src/Fl_cocoa.mm
index 9252ed780..136752c4b 100644
--- a/src/Fl_cocoa.mm
+++ b/src/Fl_cocoa.mm
@@ -1668,7 +1668,7 @@ static FLWindowDelegate *flwindowdelegate_instance = nil;
/*
* Install an open documents event handler...
*/
-void fl_open_callback(void (*cb)(const char *)) {
+void Fl_Darwin_System_Driver::open_callback(void (*cb)(const char *)) {
fl_open_display();
[(FLAppDelegate*)[NSApp delegate] open_cb:cb];
}