diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-04 17:07:06 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-04 17:07:06 -0400 |
| commit | 84297ad7e13d3f10e967358ad10e286e9e193584 (patch) | |
| tree | 152572455fa8a60143f072dae65465146d995dd8 /redo/objc_darwin.h | |
| parent | 1ba1f475ba1652d57ff569d42ede09944d74f2fb (diff) | |
Cleaned up Mac OS X Tab code from the previous commit.
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 */ |
