From 9f65a6767198bfef9dfc33928bbd59242636208a Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 16 Apr 2015 09:33:21 -0400 Subject: Fixed some errors in the Windows code. --- new/windows/checkbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'new/windows/checkbox.c') diff --git a/new/windows/checkbox.c b/new/windows/checkbox.c index 65e7652..5d81620 100644 --- a/new/windows/checkbox.c +++ b/new/windows/checkbox.c @@ -94,7 +94,7 @@ static void setChecked(uiCheckbox *c, int checked) SendMessage(hwnd, BM_SETCHECK, check, 0); } -uiControl *uiNewCheckbox(const char *text) +uiCheckbox *uiNewCheckbox(const char *text) { struct checkbox *c; uiWindowsNewControlParams p; -- cgit v1.2.3