CTABLES basics work
[pspp] / src / ui / gui / psppire-dialog-action-recode.h
index 06c527e72f11f617a89f54144340da84efed8aa6..a4116da265f3d9ede8bfdc09d525d7e6161a729c 100644 (file)
@@ -88,6 +88,7 @@ struct _PsppireDialogActionRecode
   GtkWidget *new_name_entry;
   GtkWidget *new_label_entry;
   GtkWidget *change_button;
+  GtkWidget *old_and_new;
 
   GtkWidget *output_variable_box;
 
@@ -108,7 +109,7 @@ GType psppire_dialog_action_recode_get_type (void) ;
 void psppire_dialog_action_recode_refresh (PsppireDialogAction *);
 
 GtkBuilder * psppire_dialog_action_recode_pre_activate (PsppireDialogActionRecode *act,
-                                                       void (*populate_treeview) (PsppireDialogActionRecode *) );
+                                                       void (*populate_treeview) (PsppireDialogActionRecode *));
 
 
 GType new_value_get_type (void);