X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-dialog-action-oneway.c;h=f552a32148d43fc47bceea9b45cb94bfe0ee66c8;hb=900b98d3fb6cde827807023ac10e4df3d711c03d;hp=35e2d3996634eb06339ada98227764b048207f02;hpb=ed208cf009043f0bf319a4e919c279d5b1401f36;p=pspp diff --git a/src/ui/gui/psppire-dialog-action-oneway.c b/src/ui/gui/psppire-dialog-action-oneway.c index 35e2d39966..f552a32148 100644 --- a/src/ui/gui/psppire-dialog-action-oneway.c +++ b/src/ui/gui/psppire-dialog-action-oneway.c @@ -47,7 +47,7 @@ G_DEFINE_TYPE (PsppireDialogActionOneway, psppire_dialog_action_oneway, PSPPIRE_ static char * -generate_syntax (PsppireDialogAction *act) +generate_syntax (const PsppireDialogAction *act) { PsppireDialogActionOneway *ow = PSPPIRE_DIALOG_ACTION_ONEWAY (act); gchar *text; @@ -221,7 +221,7 @@ clone_contrasts_array (GArray *src_array) static void -psppire_dialog_action_oneway_activate (GtkAction *a) +psppire_dialog_action_oneway_activate (PsppireDialogAction *a) { PsppireDialogAction *pda = PSPPIRE_DIALOG_ACTION (a); PsppireDialogActionOneway *act = PSPPIRE_DIALOG_ACTION_ONEWAY (a);