Constness
[pspp] / src / math / categoricals.h
index 2f86ce1df911f1cfa29c7affc384711f631b1d66..67be020463961175351f5e7d25b057e839256070 100644 (file)
@@ -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 *);