From c6b22725640c2c1ab1023996807e750a11bd72f8 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 6 Aug 2007 22:14:11 -0400 Subject: proper constness --- openbox/translate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/translate.h') diff --git a/openbox/translate.h b/openbox/translate.h index 21cd6498..6d9e23bc 100644 --- a/openbox/translate.h +++ b/openbox/translate.h @@ -25,7 +25,7 @@ gboolean translate_button(const gchar *str, guint *state, guint *keycode); gboolean translate_key(const gchar *str, guint *state, guint *keycode); /*! Give the string form of a keycode */ -const gchar *translate_keycode(guint keycode); +gchar *translate_keycode(guint keycode); /*! Translate a keycode to the unicode character it represents */ gunichar translate_unichar(guint keycode); -- cgit v1.2.3