Constness patrol
[pspp-builds.git] / src / ui / gui / clipboard.c
index 4d7ca63ed9729a6b3eab153c69b83de16bce1e72..21438619d2ba8610ee61644b5428b2390bd7ac09 100644 (file)
@@ -33,7 +33,7 @@
 
 /* A casereader and dictionary holding the data currently in the clip */
 static struct casereader *clip_datasheet = NULL;
-struct dictionary *clip_dict = NULL;
+static struct dictionary *clip_dict = NULL;