Resolved the TODO about one of the functions in sysdata_darwin.m not being properly type-checked: I forgot to include sysdata_darwin.h (it was commented out)! Not a problem anymore, of course...
This commit is contained in:
parent
ebcbaa129d
commit
acc4a54356
|
@ -109,7 +109,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); /* TODO I accidentally left this as taking no arguments and clang didn't complain when compiling sysdata_darwin.m?! */
|
||||
extern id makeLineEdit(BOOL);
|
||||
extern void lineeditSetText(id, id);
|
||||
extern id lineeditText(id);
|
||||
extern id makeLabel(void);
|
||||
|
|
Loading…
Reference in New Issue