X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-var-sheet.h;h=79f911c887dba4772d7d634bd87d7f50901c017e;hb=04a62b3c3fc21cc5d320c9e68cd46642bb309553;hp=e705ef01ca7f4d3221e92e20cc784eb1f412efdb;hpb=55c723d6462035523940e90892debcfdf872ff57;p=pspp-builds.git diff --git a/src/ui/gui/psppire-var-sheet.h b/src/ui/gui/psppire-var-sheet.h index e705ef01..79f911c8 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,7 +40,7 @@ typedef struct _PsppireVarSheetClass PsppireVarSheetClass; struct _PsppireVarSheet { - GtkSheet parent; + PsppireSheet parent; gboolean dispose_has_run; gboolean may_create_vars; @@ -53,7 +53,7 @@ struct _PsppireVarSheet struct _PsppireVarSheetClass { - GtkSheetClass parent_class; + PsppireSheetClass parent_class; GtkListStore *alignment_list; GtkListStore *measure_list;