summaryrefslogtreecommitdiffstats
path: root/src/vanishing-point.h
diff options
context:
space:
mode:
authorPeter Moulder <peter.moulder@monash.edu>2008-01-28 21:23:39 +0000
committerpjrm <pjrm@users.sourceforge.net>2008-01-28 21:23:39 +0000
commit8a2378aa6a42f9b4e0767cff252cce82c40fbe1d (patch)
treee4f47134e0b7c1497366bbda9af7a61b69f7e4f2 /src/vanishing-point.h
parent- marked forgoten message for translation (diff)
downloadinkscape-8a2378aa6a42f9b4e0767cff252cce82c40fbe1d.tar.gz
inkscape-8a2378aa6a42f9b4e0767cff252cce82c40fbe1d.zip
noop: Address some cast-string-to-mutable-chars warnings.
(bzr r4612)
Diffstat (limited to 'src/vanishing-point.h')
-rw-r--r--src/vanishing-point.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vanishing-point.h b/src/vanishing-point.h
index 47c11be18..1708fa519 100644
--- a/src/vanishing-point.h
+++ b/src/vanishing-point.h
@@ -105,7 +105,7 @@ public:
g_return_if_fail (_persp);
persp3d_get_VP (_persp, _axis).print("");
}
- inline gchar *axisString () { return Proj::string_from_axis (_axis); }
+ inline gchar const *axisString () { return Proj::string_from_axis(_axis); }
unsigned int my_counter;
static unsigned int global_counter; // FIXME: Only to implement operator< so that we can merge lists. Do this in a better way!!