summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarcin Floryan <mfloryan@mm.waw.pl>2008-04-14 19:43:59 +0000
committermfloryan <mfloryan@users.sourceforge.net>2008-04-14 19:43:59 +0000
commiteeab27d0e747db78a23d1c0b4dd7f89e0c5be5e2 (patch)
treeb9062308beb2c3905a266c2f7e1e6f778be0dd5a /src
parentcmake: move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.* (diff)
downloadinkscape-eeab27d0e747db78a23d1c0b4dd7f89e0c5be5e2.tar.gz
inkscape-eeab27d0e747db78a23d1c0b4dd7f89e0c5be5e2.zip
Minor string constant fixes to eradicate warnings.
(bzr r5445)
Diffstat (limited to 'src')
-rw-r--r--src/pixmaps/cursor-adj-h.xpm2
-rw-r--r--src/pixmaps/cursor-adj-l.xpm2
-rw-r--r--src/pixmaps/cursor-adj-s.xpm2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/pixmaps/cursor-adj-h.xpm b/src/pixmaps/cursor-adj-h.xpm
index f0c4b8474..5861934d3 100644
--- a/src/pixmaps/cursor-adj-h.xpm
+++ b/src/pixmaps/cursor-adj-h.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static char * cursor_adj_h_xpm[] = {
+static const char * cursor_adj_h_xpm[] = {
"32 32 3 1",
" c None",
". c #FFFFFF",
diff --git a/src/pixmaps/cursor-adj-l.xpm b/src/pixmaps/cursor-adj-l.xpm
index 31cbc458f..817ce449e 100644
--- a/src/pixmaps/cursor-adj-l.xpm
+++ b/src/pixmaps/cursor-adj-l.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static char * cursor_adj_l_xpm[] = {
+static const char * cursor_adj_l_xpm[] = {
"32 32 3 1",
" c None",
". c #FFFFFF",
diff --git a/src/pixmaps/cursor-adj-s.xpm b/src/pixmaps/cursor-adj-s.xpm
index 5f16a43f0..351a5702d 100644
--- a/src/pixmaps/cursor-adj-s.xpm
+++ b/src/pixmaps/cursor-adj-s.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static char * cursor_adj_s_xpm[] = {
+static const char * cursor_adj_s_xpm[] = {
"32 32 3 1",
" c None",
". c #FFFFFF",