summaryrefslogtreecommitdiff
path: root/src/c_fl_menu_window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_fl_menu_window.cpp')
-rw-r--r--src/c_fl_menu_window.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/c_fl_menu_window.cpp b/src/c_fl_menu_window.cpp
index 3505483..77b07ae 100644
--- a/src/c_fl_menu_window.cpp
+++ b/src/c_fl_menu_window.cpp
@@ -63,8 +63,8 @@ MENUWINDOW new_fl_menu_window(int x, int y, int w, int h, char* label) {
return m;
}
-MENUWINDOW new_fl_menu_window2(int w, int h) {
- My_Menu_Window *m = new My_Menu_Window(w, h);
+MENUWINDOW new_fl_menu_window2(int w, int h, char* label) {
+ My_Menu_Window *m = new My_Menu_Window(w, h, label);
return m;
}