X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Faggregate-dialog.c;h=a8d1d20e51ccde9faa5055100820c7b5be76f97d;hb=494a7a7063d75ed67bc88482236a234af2022ac5;hp=744e9cf1b8ffffae5eb0d0f884608b148bff7f69;hpb=2b5831d68df1824881f9117bf2297957a6e49f64;p=pspp diff --git a/src/ui/gui/aggregate-dialog.c b/src/ui/gui/aggregate-dialog.c index 744e9cf1b8..a8d1d20e51 100644 --- a/src/ui/gui/aggregate-dialog.c +++ b/src/ui/gui/aggregate-dialog.c @@ -356,9 +356,9 @@ enum /* Set VAL to the value appropriate for COL according to the current state of the dialog */ static gboolean -get_summary_spec (gint col, GValue *val, - const struct aggregate *agg) +get_summary_spec (gint col, GValue *val, gpointer data) { + const struct aggregate *agg = data; switch (col) { case SUMMARY_COL_VARNAME: