From 24546be11b2d7c99a624c4b704c3128ab7dbda1f Mon Sep 17 00:00:00 2001 From: John Darrington Date: Fri, 7 Apr 2017 17:00:59 +0200 Subject: [PATCH] change_var_property: Make parameter const --- src/ui/gui/psppire-data-editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/gui/psppire-data-editor.c b/src/ui/gui/psppire-data-editor.c index b8aec15e86..65e25a51d6 100644 --- a/src/ui/gui/psppire-data-editor.c +++ b/src/ui/gui/psppire-data-editor.c @@ -243,7 +243,7 @@ psppire_data_editor_refresh_model (PsppireDataEditor *de) } static void -change_var_property (PsppireDict *dict, gint col, gint row, GValue *value) +change_var_property (PsppireDict *dict, gint col, gint row, const GValue *value) { /* Return the IDXth variable */ struct variable *var = psppire_dict_get_variable (dict, row); -- 2.30.2