More stack.c fixes. There's an issue with idl2h...

This commit is contained in:
Pietro Gagliardi 2015-04-15 22:36:28 -04:00
parent 4bf3cf4670
commit 95d8ec0fa8
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ uiStack *uiNewHorizontalStack(void)
return uiStack(s);
}
uiControl *uiNewVerticalStack(void)
uiStack *uiNewVerticalStack(void)
{
uiStack *ss;
stack *s;