From 77d83472341493ddcf334ea1654671118c83dc35 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 19 Sep 2003 17:40:35 +0000 Subject: [PATCH] const --- openbox/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/config.c b/openbox/config.c index c58033bb..c86b739c 100644 --- a/openbox/config.c +++ b/openbox/config.c @@ -388,7 +388,7 @@ typedef struct { const gchar *button; const gchar *context; - ObMouseAction mact; + const ObMouseAction mact; const gchar *actname; } ObDefMouseBind; -- 2.39.2