Merge commit 'origin/stable'
[pspp-builds.git] / src / language / stats / npar-summary.c
index 3ad3a5bb1554194cca7160be6b9b87fd4200e7dd..d626dffac5f72075a582c370cb5940ec3845e2d1 100644 (file)
@@ -86,11 +86,6 @@ npar_summary_calc_descriptives (struct descriptives *desc,
 }
 
 
-void
-do_summary_box (const struct descriptives *desc,
-               const struct variable *const *vv,
-               int n_vars);
-
 
 void
 do_summary_box (const struct descriptives *desc,
@@ -109,7 +104,7 @@ do_summary_box (const struct descriptives *desc,
 
   table = tab_create (columns, 2 + n_vars, 0);
 
-  tab_dim (table, tab_natural_dimensions);
+  tab_dim (table, tab_natural_dimensions, NULL);
 
   tab_title (table, _("Descriptive Statistics"));