Actually implement the new procedure code and adapt all of its clients
[pspp-builds.git] / src / data / scratch-handle.h
index 8a82650bb5f07708a2760760ae86e4bd38ba3df0..e70150a26e4394a794876754c93da3910705eb59 100644 (file)
@@ -25,7 +25,7 @@
 struct scratch_handle 
   {
     struct dictionary *dictionary;      /* Dictionary. */
-    struct casefile *casefile;          /* Cases. */
+    struct casereader *casereader;      /* Cases. */
   };
 
 void scratch_handle_destroy (struct scratch_handle *);