X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-dialog-action-indep-samps.h;h=e6ae0aaef02598959a52176a06561137b3f3b211;hb=f814726c9e2aecebf9f7da423f6990263b3dedf9;hp=359640df7e7629c668fa1ca63dbae71b123051df;hpb=3255c12b6a9c2f4217d6df0649556d8e45c954ed;p=pspp diff --git a/src/ui/gui/psppire-dialog-action-indep-samps.h b/src/ui/gui/psppire-dialog-action-indep-samps.h index 359640df7e..e6ae0aaef0 100644 --- a/src/ui/gui/psppire-dialog-action-indep-samps.h +++ b/src/ui/gui/psppire-dialog-action-indep-samps.h @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2012 Free Software Foundation + Copyright (C) 2012, 2016 Free Software Foundation 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 @@ -75,7 +75,8 @@ struct _PsppireDialogActionIndepSamps GtkWidget *options_button; /* The variable which determines to which group a datum belongs */ - const struct variable *grp_var; + struct variable *grp_var; + int grp_var_width; /* The GtkEntry which holds the reference to the above variable */ GtkWidget *group_var_entry;