diff options
Diffstat (limited to 'new/ui.h')
| -rw-r--r-- | new/ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ char *uiEntryText(uiControl *); void uiEntrySetText(uiControl *, const char *); uiControl *uiNewCheckbox(const char *); -char *uiCheckboxText(void); +char *uiCheckboxText(uiControl *); void uiCheckboxSetText(uiControl *, const char *); void uiCheckboxOnToggled(uiControl *, void (*)(uiControl *, void *), void *); |
