Constness
[pspp-builds.git] / src / language / stats / glm.c
index 1eaf1a988a335264a5db70d9cd3bc137363c7602..b54934783beb12023886adeccfb3eb19f1c4a0a8 100644 (file)
@@ -309,7 +309,7 @@ static void get_ssq (struct covariance *, gsl_vector *,
                     const struct glm_spec *);
 
 static bool
-not_dropped (size_t j, size_t * dropped, size_t n_dropped)
+not_dropped (size_t j, const size_t *dropped, size_t n_dropped)
 {
   size_t i;