summaryrefslogtreecommitdiff
path: root/new/control.c
diff options
context:
space:
mode:
Diffstat (limited to 'new/control.c')
-rw-r--r--new/control.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/new/control.c b/new/control.c
index 5c56f0a..c7cd928 100644
--- a/new/control.c
+++ b/new/control.c
@@ -11,7 +11,7 @@ uintptr_t uiControlHandle(uiControl *c)
return (*(c->handle))(c);
}
-void uiControlSetParent(uiControl *c, uintptr_t parent)
+void uiControlSetParent(uiControl *c, uiParent *parent)
{
(*(c->setParent))(c, parent);
}