summaryrefslogtreecommitdiffstats
path: root/gtk/src/values.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/src/values.h')
-rw-r--r--gtk/src/values.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/values.h b/gtk/src/values.h
index 4000ad6f8..ecf676cdd 100644
--- a/gtk/src/values.h
+++ b/gtk/src/values.h
@@ -67,7 +67,7 @@ GValue* ghb_rawdata_value_new(ghb_rawdata_t *data);
void ghb_dict_insert(GValue *gval, gchar *key, GValue *val);
void ghb_dict_iter_init(GHashTableIter *iter, GValue *gval);
-GValue* ghb_dict_lookup(GValue *gval, const gchar *key);
+GValue* ghb_dict_lookup(const GValue *gval, const gchar *key);
gboolean ghb_dict_remove(GValue *gval, const gchar *key);
void ghb_register_transforms(void);