From 7d9d7dd7b84b077e04d47ddf28961a1f99cbede4 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Tue, 5 Feb 2019 00:14:37 +0100 Subject: Fixed all Pixmaps to be '*const' (STR #3108). --- fluid/pixmaps/flCodeBlock.xpm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fluid/pixmaps/flCodeBlock.xpm') diff --git a/fluid/pixmaps/flCodeBlock.xpm b/fluid/pixmaps/flCodeBlock.xpm index dd18f425a..7b3d0d1d2 100644 --- a/fluid/pixmaps/flCodeBlock.xpm +++ b/fluid/pixmaps/flCodeBlock.xpm @@ -1,5 +1,5 @@ /* XPM */ -static const char *flCodeBlock_xpm[] = { +static const char * const flCodeBlock_xpm[] = { /* width height ncolors chars_per_pixel */ "16 16 4 1", /* colors */ -- cgit v1.2.3