diff options
Diffstat (limited to 'xkbcomp/action.h')
-rw-r--r-- | xkbcomp/action.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xkbcomp/action.h b/xkbcomp/action.h index 2fb7a5eb9..983b06e20 100644 --- a/xkbcomp/action.h +++ b/xkbcomp/action.h @@ -72,8 +72,8 @@ extern int HandleActionDef(ExprDef * /* def */ , ); extern int SetActionField(XkbDescPtr /* xkb */ , - char * /* elem */ , - char * /* field */ , + const char * /* elem */ , + const char * /* field */ , ExprDef * /* index */ , ExprDef * /* value */ , ActionInfo ** /* info_rtrn */ |