X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-var-sheet.h;h=b996275c70404e94ea09e4c79a046d2783796dcb;hb=1485e3a189c42b1ac1339c063c85d9e74e503431;hp=3e94f89e45d54e6f217357aad14bb223d707bcb8;hpb=f82952d22e200e1b35cea23545857a2cf2f02c66;p=pspp-builds.git diff --git a/src/ui/gui/psppire-var-sheet.h b/src/ui/gui/psppire-var-sheet.h index 3e94f89e..b996275c 100644 --- a/src/ui/gui/psppire-var-sheet.h +++ b/src/ui/gui/psppire-var-sheet.h @@ -20,7 +20,7 @@ #include #include -#include +#include #include "val-labs-dialog.h" #include "missing-val-dialog.h" #include "var-type-dialog.h" @@ -40,9 +40,10 @@ typedef struct _PsppireVarSheetClass PsppireVarSheetClass; struct _PsppireVarSheet { - GtkSheet parent; + PsppireSheet parent; gboolean dispose_has_run; + gboolean may_create_vars; struct val_labs_dialog *val_labs_dialog ; struct missing_val_dialog *missing_val_dialog ; @@ -52,7 +53,7 @@ struct _PsppireVarSheet struct _PsppireVarSheetClass { - GtkSheetClass parent_class; + PsppireSheetClass parent_class; GtkListStore *alignment_list; GtkListStore *measure_list;