From 456f91f8ca1f59e866bca33f17292c61ed9ed2ff Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Sun, 21 Sep 2008 10:25:02 +0000 Subject: Const correctness (bzr r6860) --- src/pixmaps/cursor-tweak-move.xpm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/pixmaps/cursor-tweak-move.xpm b/src/pixmaps/cursor-tweak-move.xpm index 559b6643c..2bb1391e3 100644 --- a/src/pixmaps/cursor-tweak-move.xpm +++ b/src/pixmaps/cursor-tweak-move.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * cursor_tweak_move_xpm[] = { +static char const * cursor_tweak_move_xpm[] = { "32 32 3 1", " c None", ". c #FFFFFF", -- cgit v1.2.3