diff --git a/include/xkbcommon/xkbcommon.h b/include/xkbcommon/xkbcommon.h index 65b49fe..cadc57f 100644 --- a/include/xkbcommon/xkbcommon.h +++ b/include/xkbcommon/xkbcommon.h @@ -114,11 +114,11 @@ typedef uint32_t xkb_led_index_t; * should be the primary identifier for a keymap. */ struct xkb_rule_names { - const char *rules; - const char *model; - const char *layout; - const char *variant; - const char *options; + char *rules; + char *model; + char *layout; + char *variant; + char *options; }; /**