X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fval-labs-dialog.h;h=745e0a0ae5f795b2786a078d9e435ca633ad242c;hb=83df73bacd2cd3abd177e6a8ac1b76b072255025;hp=23e7cab60b6c7d90698733778a3c9ba32881e3af;hpb=8036ac5538ee58a7216a255bbd0d60a430460f79;p=pspp-builds.git diff --git a/src/ui/gui/val-labs-dialog.h b/src/ui/gui/val-labs-dialog.h index 23e7cab6..745e0a0a 100644 --- a/src/ui/gui/val-labs-dialog.h +++ b/src/ui/gui/val-labs-dialog.h @@ -14,8 +14,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ - - #ifndef __PSPPIRE_VAL_LABS_DIALOG_H #define __PSPPIRE_VAL_LABS_DIALOG_H @@ -26,12 +24,13 @@ #include #include - +//#include +#include "psppire-var-store.h" struct val_labs; -struct val_labs_dialog * val_labs_dialog_create (GtkBuilder *); +struct val_labs_dialog * val_labs_dialog_create (GtkWindow *, PsppireVarStore *); void val_labs_dialog_show (struct val_labs_dialog *);