output: Add support for captions.
[pspp] / src / output / table.c
index b7afb8f81f24fe4542bedbd6f9e484302de1f3cf..0667c067350ac0730a97a650ffe4e0d35f1d35df 100644 (file)
@@ -356,7 +356,7 @@ static const struct table_class table_nested_class;
 struct table *
 table_create_nested (struct table *inner)
 {
-  return table_create_nested_item (table_item_create (inner, NULL));
+  return table_create_nested_item (table_item_create (inner, NULL, NULL));
 }
 
 /* Creates and returns a table with a single cell that contains INNER.