X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fscratch-handle.h;h=e70150a26e4394a794876754c93da3910705eb59;hb=92c09e564002d356d20fc1e2e131027ef89f6748;hp=8a82650bb5f07708a2760760ae86e4bd38ba3df0;hpb=661b9ee29cbb6b89c4ea53a05b8a4eb3a5028de0;p=pspp diff --git a/src/data/scratch-handle.h b/src/data/scratch-handle.h index 8a82650bb5..e70150a26e 100644 --- a/src/data/scratch-handle.h +++ b/src/data/scratch-handle.h @@ -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 *);