Skip to content

Commit

Permalink
fix make_delegate
Browse files Browse the repository at this point in the history
  • Loading branch information
MoAlyousef committed Jan 17, 2024
1 parent 7f12bc9 commit 11c4275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fltk-webview-sys/src/cocoa_helper.m
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ void add_nsmenu(bool val) {
}
}

void make_delegate(NSWindow *child, NSWindow *parent, add_menu: int) {
void make_delegate(NSWindow *child, NSWindow *parent, int add_menu) {
[parent setDelegate:(id)child];
[child orderWindow:NSWindowAbove relativeTo:[parent windowNumber]];
Method old_method =
Expand Down

0 comments on commit 11c4275

Please sign in to comment.