summaryrefslogtreecommitdiff
path: root/src/drivers
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2017-12-07 16:10:21 +0000
committerManolo Gouy <Manolo>2017-12-07 16:10:21 +0000
commiteb763ae432cbd68f7e86bf04837ed8cd7273213c (patch)
treec59f2e48310710f4b312b13ab202fcacbe01e640 /src/drivers
parent2da4cf8b9fbaa72af16f4073b6763f01f4a31027 (diff)
Further simpler code to initialise the MacOS-specific implementation of Fl_Sys_Menu_Bar_Driver
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12586 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/Cocoa/Fl_MacOS_Sys_Menu_Bar_Driver.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/Cocoa/Fl_MacOS_Sys_Menu_Bar_Driver.H b/src/drivers/Cocoa/Fl_MacOS_Sys_Menu_Bar_Driver.H
index 9ea966a79..b2a6f125b 100644
--- a/src/drivers/Cocoa/Fl_MacOS_Sys_Menu_Bar_Driver.H
+++ b/src/drivers/Cocoa/Fl_MacOS_Sys_Menu_Bar_Driver.H
@@ -39,7 +39,7 @@ public:
virtual void remove(int index);
virtual void replace(int index, const char *name);
virtual void mode(int i, int fl);
- static Fl_MacOS_Sys_Menu_Bar_Driver* new_driver();
+ static Fl_Sys_Menu_Bar_Driver* driver();
};