From c22e6012d11e7316953c7a71222f11337d8c4868 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 27 Jul 2007 01:44:12 -0400 Subject: fix constness --- obt/prop.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'obt/prop.h') diff --git a/obt/prop.h b/obt/prop.h index 7dfa90f6..55a36793 100644 --- a/obt/prop.h +++ b/obt/prop.h @@ -225,8 +225,8 @@ void obt_prop_set_array32(Window win, Atom prop, Atom type, gulong *val, guint num); void obt_prop_set_string_locale(Window win, Atom prop, const gchar *val); void obt_prop_set_string_utf8(Window win, Atom prop, const gchar *val); -void obt_prop_set_strings_locale(Window win, Atom prop, gchar const **strs); -void obt_prop_set_strings_utf8(Window win, Atom prop, gchar const **strs); +void obt_prop_set_strings_locale(Window win, Atom prop, const gchar **strs); +void obt_prop_set_strings_utf8(Window win, Atom prop, const gchar **strs); void obt_prop_erase(Window win, Atom prop); -- cgit v1.2.3