X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fmissing-val-dialog.h;h=3ca852af9dd17bd3a923ddfec5b6fbed49bfb042;hb=cf63d499efd5e6ca3a7dcc6386b3b87bd31bfda9;hp=44f025e68c252a974eb4f26488350d0f939d4a32;hpb=a19b858e0ac3c69e4a28c0ca6d8674427268a863;p=pspp diff --git a/src/ui/gui/missing-val-dialog.h b/src/ui/gui/missing-val-dialog.h index 44f025e68c..3ca852af9d 100644 --- a/src/ui/gui/missing-val-dialog.h +++ b/src/ui/gui/missing-val-dialog.h @@ -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;