diff options
Diffstat (limited to 'src/nsmenu.m')
| -rw-r--r-- | src/nsmenu.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nsmenu.m b/src/nsmenu.m index 5af813ac758..7fe84343f1c 100644 --- a/src/nsmenu.m +++ b/src/nsmenu.m | |||
| @@ -730,7 +730,7 @@ extern NSString *NSMenuDidBeginTrackingNotification; | |||
| 730 | 730 | ||
| 731 | - (void)fillWithWidgetValue: (void *)wvptr | 731 | - (void)fillWithWidgetValue: (void *)wvptr |
| 732 | { | 732 | { |
| 733 | [self fillWithWidgetValue: wvptr frame:nil]; | 733 | [self fillWithWidgetValue: wvptr frame: (struct frame *)nil]; |
| 734 | } | 734 | } |
| 735 | 735 | ||
| 736 | - (void)fillWithWidgetValue: (void *)wvptr frame: (struct frame *)f | 736 | - (void)fillWithWidgetValue: (void *)wvptr frame: (struct frame *)f |