diff options
Diffstat (limited to 'gdk/x11/gdkkeys-x11.c')
-rw-r--r-- | gdk/x11/gdkkeys-x11.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/x11/gdkkeys-x11.c b/gdk/x11/gdkkeys-x11.c index 27524b09d..db587736c 100644 --- a/gdk/x11/gdkkeys-x11.c +++ b/gdk/x11/gdkkeys-x11.c @@ -205,7 +205,7 @@ static PangoDirection get_direction (void) { XkbDescRec *xkb = get_xkb (); - char *name; + const char *name; XkbStateRec state_rec; PangoDirection result; |