diff options
| author | Matthias Melcher <git@matthiasm.com> | 2019-02-05 00:14:37 +0100 |
|---|---|---|
| committer | Matthias Melcher <git@matthiasm.com> | 2019-02-05 00:14:37 +0100 |
| commit | 7d9d7dd7b84b077e04d47ddf28961a1f99cbede4 (patch) | |
| tree | 1c056cec61744fe930e0a1467d2d45ce6f3f25d0 /fluid/pixmaps/flFunction.xpm | |
| parent | 4b4e95f2805375ac80b5921e19c1049090f3a5c8 (diff) | |
Fixed all Pixmaps to be '*const' (STR #3108).
Diffstat (limited to 'fluid/pixmaps/flFunction.xpm')
| -rw-r--r-- | fluid/pixmaps/flFunction.xpm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/pixmaps/flFunction.xpm b/fluid/pixmaps/flFunction.xpm index 54f6cef9a..a05c366f1 100644 --- a/fluid/pixmaps/flFunction.xpm +++ b/fluid/pixmaps/flFunction.xpm @@ -1,5 +1,5 @@ /* XPM */ -static const char *flFunction_xpm[] = { +static const char * const flFunction_xpm[] = { /* width height ncolors chars_per_pixel */ "16 16 4 1", /* colors */ |
