From c3304dad1fb05089567d20a18a02f0161e43d6f3 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 21 Jun 2006 17:42:54 +0000 Subject: Make most of the xpm-files read 'const char*' instead of 'char*' to reflect the read-only status of the xpm-definitions. patch by Stefan Huehner stefan$$at$$huehner$$dot$$org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18776 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Gui/mplayer/pixmaps/stop2.xpm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gui/mplayer/pixmaps/stop2.xpm') diff --git a/Gui/mplayer/pixmaps/stop2.xpm b/Gui/mplayer/pixmaps/stop2.xpm index aa0da9d0ea..c41476012b 100644 --- a/Gui/mplayer/pixmaps/stop2.xpm +++ b/Gui/mplayer/pixmaps/stop2.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * stop2_xpm[] = { +static const char * stop2_xpm[] = { "16 16 29 1", " c None", ". c #000000", -- cgit v1.2.3