diff options
Diffstat (limited to 'new/ui.h')
| -rw-r--r-- | new/ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,6 +51,6 @@ void uiCheckboxSetText(uiControl *, const char *); void uiCheckboxOnToggled(uiControl *, void (*)(uiControl *, void *), void *); int uiCheckboxChecked(uiControl *); // TODO should this trigger an event? -void uiChekboxSetChecked(uiControl *, int); +void uiCheckboxSetChecked(uiControl *, int); #endif |
