summaryrefslogtreecommitdiff
path: root/new/darwin/button.m
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-04-16 15:08:49 -0400
committerPietro Gagliardi <[email protected]>2015-04-16 15:08:49 -0400
commit6b08a2b18f9c5f0ddc01a37e2cf26fa7bdf9d98e (patch)
treecbec9d83a0302928dab0855cd9daa87720d56ac1 /new/darwin/button.m
parent946b3ea34228e92eb39b1be587ede058d8942e34 (diff)
Fixed the OS X build, including warnings. It works. I'm still a bit unhappy about the way these backends are turning out...
Diffstat (limited to 'new/darwin/button.m')
-rw-r--r--new/darwin/button.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/new/darwin/button.m b/new/darwin/button.m
index fd73675..3ec8a54 100644
--- a/new/darwin/button.m
+++ b/new/darwin/button.m
@@ -82,5 +82,5 @@ uiButton *uiNewButton(const char *text)
bb.uiB = b;
- return b.uiB;
+ return bb.uiB;
}