summaryrefslogtreecommitdiffstats
path: root/src/sp-polyline.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-polyline.cpp')
-rw-r--r--src/sp-polyline.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-polyline.cpp b/src/sp-polyline.cpp
index 1de5492cd..c80190097 100644
--- a/src/sp-polyline.cpp
+++ b/src/sp-polyline.cpp
@@ -127,7 +127,7 @@ Inkscape::XML::Node* SPPolyLine::write(Inkscape::XML::Document *xml_doc, Inkscap
return repr;
}
-gchar* SPPolyLine::description() {
+gchar* SPPolyLine::description() const {
return g_strdup(_("<b>Polyline</b>"));
}