Adapt to new sheet
[pspp] / src / ui / gui / psppire-data-sheet.h
index 5e553ec646485f7afab5769bf04cf9161b68d56e..05fa69c7b1aca64b80a6b59d37c9c1c363b69ca9 100644 (file)
@@ -17,6 +17,8 @@
 #ifndef PSPPIRE_DATA_SHEET_H
 #define PSPPIRE_DATA_SHEET_H 1
 
+#error "Do not include this file"
+
 /* PsppireDataSheet is a PsppSheetView that displays the data in a dataset,
    with one column per variable and one row per case.
 
@@ -53,6 +55,9 @@ struct _PsppireDataSheet
   guint scroll_to_bottom_signal;
   guint scroll_to_right_signal;
 
+  GtkClipboard *clip;
+  guint on_owner_change_signal;
+
   PsppSheetViewColumn *new_variable_column;
 
   GtkBuilder *builder;