Merge psppire-axis and psppire-axis-impl
[pspp-builds.git] / src / ui / gui / psppire-data-editor.h
index ee95a03c46f4c5189147582fccc94d251ee5745b..b5b3f3600a5d490f17bcf606788ec4bee5e738cb 100644 (file)
@@ -22,7 +22,7 @@
 #include <glib-object.h>
 #include <gtk/gtknotebook.h>
 
-#include <ui/gui/sheet/psppire-axis-impl.h>
+#include <ui/gui/sheet/psppire-axis.h>
 #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;
 };