Don't assume that MEASURE_* and ALIGN_* have the same values found in
[pspp-builds.git] / src / ui / gui / missing-val-dialog.h
index 44f025e68c252a974eb4f26488350d0f939d4a32..deb506f4ecaa00325a6323be7d8f118370b344c3 100644 (file)
@@ -1,7 +1,6 @@
 /* 
     PSPPIRE --- A Graphical User Interface for PSPP
     Copyright (C) 2005  Free Software Foundation
-    Written by John Darrington
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -35,8 +34,8 @@ struct missing_val_dialog
   GtkWidget *window;
 
   /* The variable whose missing values are to be updated */
-  struct PsppireVariable *pv;
-  
+  struct variable *pv;
+
   /* local copy */
   struct missing_values mvl;