diff --git a/test/page14.c b/test/page14.c index 1564f735..0e9f1f41 100644 --- a/test/page14.c +++ b/test/page14.c @@ -152,7 +152,7 @@ static uiControl *spanningGrid(void) { uiGrid *g; - g = uiNewGrid(); + g = newGrid(); uiGridAppend(g, testControl("0", blue), 0, 4, 4, 1, 1, uiAlignFill, 0, uiAlignFill);