From a25e810b679b2a4b4ae5b70e52b9b4c5ae70685c Mon Sep 17 00:00:00 2001 From: Giuliano Schneider Date: Tue, 30 Apr 2013 15:01:07 +0200 Subject: [PATCH] =?UTF-8?q?fixed=20"warning:=20assignment=20discards=20?= =?UTF-8?q?=E2=80=98const=E2=80=99=20qualifier=20from=20pointer=20target?= =?UTF-8?q?=20type"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- notification.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notification.h b/notification.h index a58b74b..5c7a202 100644 --- a/notification.h +++ b/notification.h @@ -30,7 +30,7 @@ typedef struct _notification { int id; int dup_count; int displayed_height; - char *color_strings[2]; + const char *color_strings[2]; int progress; /* percentage + 1, 0 to hide */ int line_count;