Constness
[pspp-builds.git] / src / math / coefficient.h
index dda2ae30cf292cb5008f0bf7e14a8440daeaf76e..705c1e0e488f3927483946b62f37815c144cc599 100644 (file)
@@ -101,7 +101,7 @@ int pspp_coeff_get_n_vars (struct pspp_coeff *);
   coefficient found. Note that in this case, the result will depend on
   the order of COEFS.
  */
-const struct pspp_coeff *
+struct pspp_coeff *
 pspp_coeff_var_to_coeff (const struct variable *, struct pspp_coeff **, size_t, const union value *);
 
 /*