diff options
author | Ran Benita <ran234@gmail.com> | 2012-03-02 17:40:19 +0200 |
---|---|---|
committer | Ran Benita <ran234@gmail.com> | 2012-03-03 01:17:57 +0200 |
commit | eb738b13ce4ea8228dcc7c02949a33190e400bb4 (patch) | |
tree | d9d04a8002f190f27fbfb03014f3f7e725ca3c3f /src/xkbcomp/action.h | |
parent | a0b442356ceb57f6d3b8e8c3328f30d68e9fdbea (diff) |
Constify global tables
Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to 'src/xkbcomp/action.h')
-rw-r--r-- | src/xkbcomp/action.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xkbcomp/action.h b/src/xkbcomp/action.h index 8d52d29..7dd7fdc 100644 --- a/src/xkbcomp/action.h +++ b/src/xkbcomp/action.h @@ -79,6 +79,6 @@ extern int SetActionField(struct xkb_desc * /* xkb */ , ActionInfo ** /* info_rtrn */ ); -extern LookupEntry ctrlNames[]; +extern const LookupEntry ctrlNames[]; #endif /* ACTION_H */ |