diff options
Diffstat (limited to 'objc_darwin.h')
| -rw-r--r-- | objc_darwin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/objc_darwin.h b/objc_darwin.h index 1a29c39..b18f0d7 100644 --- a/objc_darwin.h +++ b/objc_darwin.h @@ -63,8 +63,8 @@ extern void breakMainLoop(void); extern void cocoaMainLoop(void); /* dialog_darwin.m */ -extern void msgBox(id, id, id); -extern void msgBoxError(id, id, id); +extern void msgBox(id, id, id, void *); +extern void msgBoxError(id, id, id, void *); /* listbox_darwin.m */ extern id toListboxItem(id, id); |
