diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-12 20:08:32 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-12 20:08:32 -0400 |
| commit | dcf581eb14de1b64607bbcee16150d0099941e93 (patch) | |
| tree | ddf6440b3afdc2036ad01b2ccaed58600f0e7442 /new/control.c | |
| parent | bdb0ffd67a1107e973e941eda502d6685f5e8b13 (diff) | |
Some more uiParent migration.
Diffstat (limited to 'new/control.c')
| -rw-r--r-- | new/control.c | 2 |
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); } |
