Applied patch #6428
[pspp-builds.git] / src / ui / gui / data-editor.h
index 3101ee6bf2cb4532305077d017cd2ad8a92d2d6c..6ee05f45a41ea7eb77ed87ac7a323363fc093f67 100644 (file)
@@ -21,6 +21,7 @@
 #include <glade/glade.h>
 #include <gtk/gtk.h>
 #include "window-manager.h"
+#include "psppire-data-editor.h"
 
 struct data_editor
 {
@@ -72,6 +73,7 @@ struct data_editor
   GtkMenu *data_sheet_variable_popup_menu;
   GtkMenu *data_sheet_cases_popup_menu;
 
+  PsppireDataEditor *data_editor;
 
   gboolean save_as_portable;
 
@@ -88,7 +90,4 @@ void new_data_window (GtkMenuItem *, gpointer);
 
 void data_editor_select_sheet (struct data_editor *de, gint page);
 
-enum {PAGE_DATA_SHEET = 0, PAGE_VAR_SHEET};
-
-
 #endif