diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-16 09:33:21 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-16 09:33:21 -0400 |
| commit | 9f65a6767198bfef9dfc33928bbd59242636208a (patch) | |
| tree | a1f6880a7ceaacc1dac5ed90acf53571aab22696 /new/windows/checkbox.c | |
| parent | b134f898fedb1b87a52e8af8e46327140c22d653 (diff) | |
Fixed some errors in the Windows code.
Diffstat (limited to 'new/windows/checkbox.c')
| -rw-r--r-- | new/windows/checkbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
