From 84297ad7e13d3f10e967358ad10e286e9e193584 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 4 Aug 2014 17:07:06 -0400 Subject: Cleaned up Mac OS X Tab code from the previous commit. --- redo/objc_darwin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redo/objc_darwin.h') 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 */ -- cgit v1.2.3