diff options
Diffstat (limited to 'redo/objc_darwin.h')
| -rw-r--r-- | redo/objc_darwin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/objc_darwin.h b/redo/objc_darwin.h index b739f39..28b07e4 100644 --- a/redo/objc_darwin.h +++ b/redo/objc_darwin.h @@ -54,7 +54,7 @@ extern id newLabel(void); extern void moveControl(id, intptr_t, intptr_t, intptr_t, intptr_t); /* tab_darwin.m */ -extern id newTab(void *); +extern id newTab(void); extern void tabAppend(id, char *, id); /* table_darwin.m */ |
