diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2008-09-21 10:25:02 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2008-09-21 10:25:02 +0000 |
| commit | 456f91f8ca1f59e866bca33f17292c61ed9ed2ff (patch) | |
| tree | f0a8d81d85028be41fe7c4749d24a957f6d3e8aa /src | |
| parent | Fixes for missing icons and icon size issues. (diff) | |
| download | inkscape-456f91f8ca1f59e866bca33f17292c61ed9ed2ff.tar.gz inkscape-456f91f8ca1f59e866bca33f17292c61ed9ed2ff.zip | |
Const correctness
(bzr r6860)
Diffstat (limited to 'src')
| -rw-r--r-- | src/pixmaps/cursor-tweak-move.xpm | 2 |
1 files changed, 1 insertions, 1 deletions
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", |
