From 4e946c813e11f0ccbb11f094ed3ea825ef87b6a4 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 12 May 2014 19:36:02 -0400 Subject: [PATCH] More TODOs. --- sysdata_darwin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdata_darwin.h b/sysdata_darwin.h index f23bc9b..f3e49a3 100644 --- a/sysdata_darwin.h +++ b/sysdata_darwin.h @@ -19,7 +19,7 @@ extern intptr_t comboboxSelectedIndex(id); extern void comboboxDelete(id, intptr_t); extern intptr_t comboboxLen(id); extern void comboboxSelectIndex(id, BOOL, intptr_t); -extern id makeLineEdit(BOOL); +extern id makeLineEdit(BOOL); // TODO I accidentally left this as taking no arguments and clang didn't complain when compiling sysdata_darwin.m?! extern id makeLabel(void); extern id makeProgressBar(void); extern void setRect(id, intptr_t, intptr_t, intptr_t, intptr_t);