summaryrefslogtreecommitdiff
path: root/obt/keyboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'obt/keyboard.h')
-rw-r--r--obt/keyboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/obt/keyboard.h b/obt/keyboard.h
index bfe0e925..a9029df3 100644
--- a/obt/keyboard.h
+++ b/obt/keyboard.h
@@ -59,7 +59,7 @@ guint obt_keyboard_modkey_to_modmask(ObtModkeysKey key);
KeyCode obt_keyboard_keysym_to_keycode(KeySym sym);
/*! Give the string form of a KeyCode */
-const gchar *obt_keyboard_keycode_to_string(guint keycode);
+gchar *obt_keyboard_keycode_to_string(guint keycode);
/*! Translate a KeyCode to the unicode character it represents */
gunichar obt_keyboard_keycode_to_unichar(guint keycode);