summaryrefslogtreecommitdiff
path: root/new/windows/label.c
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-04-16 09:33:21 -0400
committerPietro Gagliardi <[email protected]>2015-04-16 09:33:21 -0400
commit9f65a6767198bfef9dfc33928bbd59242636208a (patch)
treea1f6880a7ceaacc1dac5ed90acf53571aab22696 /new/windows/label.c
parentb134f898fedb1b87a52e8af8e46327140c22d653 (diff)
Fixed some errors in the Windows code.
Diffstat (limited to 'new/windows/label.c')
-rw-r--r--new/windows/label.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/new/windows/label.c b/new/windows/label.c
index 1c4ef01..29c03f7 100644
--- a/new/windows/label.c
+++ b/new/windows/label.c
@@ -41,7 +41,7 @@ static void setText(uiLabel *l, const char *text)
uiWindowsControlSetText(uiControl(l), text);
}
-uiControl *uiNewLabel(const char *text)
+uiLabel *uiNewLabel(const char *text)
{
struct label *l;
uiWindowsNewControlParams p;