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/flFileInput.xpm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fluid/pixmaps/flFileInput.xpm') diff --git a/fluid/pixmaps/flFileInput.xpm b/fluid/pixmaps/flFileInput.xpm index 014c2248e..66cbb04e2 100644 --- a/fluid/pixmaps/flFileInput.xpm +++ b/fluid/pixmaps/flFileInput.xpm @@ -1,5 +1,5 @@ /* XPM */ -static const char *flFileInput_xpm[] = { +static const char * const flFileInput_xpm[] = { /* width height ncolors chars_per_pixel */ "16 16 6 1", /* colors */ -- cgit v1.2.3