More constness/namespace policing
[pspp-builds.git] / src / language / stats / crosstabs.q
index 405460de4a4b1c5a637fe9e7eea409b30e6da514..e7466d7239e50256b0627c64af16bf1d7f1e6831 100644 (file)
@@ -950,7 +950,7 @@ static int n_rows;
 static int ns_cols, ns_rows;
 
 /* Crosstabulation. */
-static struct crosstab *x;
+static const struct crosstab *x;
 
 /* Number of variables from the crosstabulation to consider.  This is
    either x->nvar, if pivoting is on, or 2, if pivoting is off. */