Added some extraneous crud to .cvsignore files
[pspp-builds.git] / src / ui / gui / val-labs-dialog.h
index 85f1a6d31717bf0f48c1fcef553d02b2bde3a904..2076712515a99d4898ec90643ba09202b02ee1b9 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
@@ -40,7 +39,7 @@ struct val_labs_dialog
 
 
   /* The variable to be updated */
-  struct PsppireVariable *pv;
+  struct variable *pv;
 
   /* Local copy of labels */
   struct val_labs *labs;