diff options
| author | Peter Moulder <peter.moulder@monash.edu> | 2007-09-16 14:44:48 +0000 |
|---|---|---|
| committer | pjrm <pjrm@users.sourceforge.net> | 2007-09-16 14:44:48 +0000 |
| commit | f0ff93e02e50e0a68768eb45913e46755a0c9c12 (patch) | |
| tree | d9d5d364550189597611ae93d2015cefb426c231 /src/pixmaps/cursor-node.xpm | |
| parent | (struct SPEventContext, sp-cursor.*): Change xpm arguments from gchar** to gc... (diff) | |
| download | inkscape-f0ff93e02e50e0a68768eb45913e46755a0c9c12.tar.gz inkscape-f0ff93e02e50e0a68768eb45913e46755a0c9c12.zip | |
trivial: **/*.xpm: svn propset svn:eol-style native. Mark strings as const, to avoid g++-4.2 warnings.
(bzr r3761)
Diffstat (limited to 'src/pixmaps/cursor-node.xpm')
| -rw-r--r-- | src/pixmaps/cursor-node.xpm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pixmaps/cursor-node.xpm b/src/pixmaps/cursor-node.xpm index 297dae6dd..6daae6bda 100644 --- a/src/pixmaps/cursor-node.xpm +++ b/src/pixmaps/cursor-node.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * cursor_node_xpm[] = { +static char const *cursor_node_xpm[] = { "32 32 3 1", " c None", ". c #FFFFFF", |
