diff options
Diffstat (limited to 'gtk/src/settings.c')
-rw-r--r-- | gtk/src/settings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/settings.c b/gtk/src/settings.c index 5a1ed6fb2..a618b48f0 100644 --- a/gtk/src/settings.c +++ b/gtk/src/settings.c @@ -43,7 +43,7 @@ ghb_settings_combo_double(const GhbValue *settings, const gchar *key) return ghb_lookup_combo_double(key, ghb_dict_get_value(settings, key)); } -const gchar* +gchar* ghb_settings_combo_option(const GhbValue *settings, const gchar *key) { return ghb_lookup_combo_option(key, ghb_dict_get_value(settings, key)); |