Constness
[pspp] / src / math / categoricals.c
index c544f97e98000ade273bd78785bd9a9a4b924e1b..df26c1602e8735da1bb45abd65e5c973f47c46c8 100644 (file)
@@ -181,7 +181,7 @@ lookup_value (const struct hmap *map, const struct variable *var, const union va
 
 
 struct categoricals *
-categoricals_create (const struct variable **v, size_t n_vars,
+categoricals_create (const struct variable *const *v, size_t n_vars,
                     const struct variable *wv, enum mv_class exclude)
 {
   size_t i;