From eb763ae432cbd68f7e86bf04837ed8cd7273213c Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Thu, 7 Dec 2017 16:10:21 +0000 Subject: 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 --- src/drivers/Cocoa/Fl_MacOS_Sys_Menu_Bar_Driver.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/drivers') 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(); }; -- cgit v1.2.3