PsppireDict: Added GType values for missing columns
[pspp] / src / ui / gui / psppire-dialog-action-aggregate.c
index e62d02bf0ce176561d45f1f91fccf1687b83c436..0ed0b1636af93cce5dbd4af2e9bcb148b14247ca 100644 (file)
@@ -95,7 +95,7 @@ append_destination_filename (const PsppireDialogActionAggregate *agg, GString *g
 
 
 static char *
-generate_syntax (PsppireDialogAction *act)
+generate_syntax (const PsppireDialogAction *act)
 {
   PsppireDialogActionAggregate *agg = PSPPIRE_DIALOG_ACTION_AGGREGATE (act);
 
@@ -483,7 +483,7 @@ update_arguments (PsppireDialogActionAggregate *agg)
 
 
 static void
-psppire_dialog_action_aggregate_activate (GtkAction *a)
+psppire_dialog_action_aggregate_activate (PsppireDialogAction *a)
 {
   PsppireDialogActionAggregate *act = PSPPIRE_DIALOG_ACTION_AGGREGATE (a);
   PsppireDialogAction *pda = PSPPIRE_DIALOG_ACTION (a);