X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fcategoricals.h;h=67be020463961175351f5e7d25b057e839256070;hb=b4a1fe2442a0b6fc8716e92574d33726d7170fe8;hp=2f86ce1df911f1cfa29c7affc384711f631b1d66;hpb=f9054cdd455bb3368161d6e3f400bd373f7044ba;p=pspp diff --git a/src/math/categoricals.h b/src/math/categoricals.h index 2f86ce1df9..67be020463 100644 --- a/src/math/categoricals.h +++ b/src/math/categoricals.h @@ -27,7 +27,7 @@ struct ccase; union value ; -struct categoricals *categoricals_create (const struct variable **v, size_t n_vars, +struct categoricals *categoricals_create (const struct variable *const *v, size_t n_vars, const struct variable *wv, enum mv_class exclude); void categoricals_destroy (struct categoricals *);