X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-data-editor.h;h=b5b3f3600a5d490f17bcf606788ec4bee5e738cb;hb=0618de5992e81fb4777a1a638e590ae7a81fd332;hp=ee95a03c46f4c5189147582fccc94d251ee5745b;hpb=ffce2432a76f3ffbe2a19228d3b3d03613c3b4a3;p=pspp diff --git a/src/ui/gui/psppire-data-editor.h b/src/ui/gui/psppire-data-editor.h index ee95a03c46..b5b3f3600a 100644 --- a/src/ui/gui/psppire-data-editor.h +++ b/src/ui/gui/psppire-data-editor.h @@ -22,7 +22,7 @@ #include #include -#include +#include #include "psppire-var-store.h" #include "psppire-data-store.h" @@ -59,11 +59,11 @@ struct _PsppireDataEditor GtkWidget *paned; gboolean split; - PsppireAxisImpl *vaxis[2]; + PsppireAxis *vaxis[2]; /* There's only one horizontal axis, since the column widths are parameters of the variables */ - PsppireAxisImpl *haxis; + PsppireAxis *haxis; };