diff options
Diffstat (limited to 'openbox/translate.h')
| -rw-r--r-- | openbox/translate.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/translate.h b/openbox/translate.h index 8c54d06a..6b46e98b 100644 --- a/openbox/translate.h +++ b/openbox/translate.h @@ -21,7 +21,7 @@ #include <glib.h> -gboolean translate_button(gchar *str, guint *state, guint *keycode); -gboolean translate_key(gchar *str, guint *state, guint *keycode); +gboolean translate_button(const gchar *str, guint *state, guint *keycode); +gboolean translate_key(const gchar *str, guint *state, guint *keycode); #endif |
