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 d35a75f0c8
commit 82675ddb7e
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;