aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nsmenu.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nsmenu.m b/src/nsmenu.m
index 2581be9aeb7..f85ebc165af 100644
--- a/src/nsmenu.m
+++ b/src/nsmenu.m
@@ -1709,7 +1709,7 @@ void process_dialog (id window, Lisp_Object list)
1709 1709
1710- (Lisp_Object)runDialogAt: (NSPoint)p 1710- (Lisp_Object)runDialogAt: (NSPoint)p
1711{ 1711{
1712 int ret; 1712 NSInteger ret;
1713 extern EMACS_TIME timer_check (int do_it_now); /* TODO: add to a header */ 1713 extern EMACS_TIME timer_check (int do_it_now); /* TODO: add to a header */
1714 1714
1715 /* initiate a session that will be ended by pop_down_menu */ 1715 /* initiate a session that will be ended by pop_down_menu */