summaryrefslogtreecommitdiffstats
path: root/src/sp-polygon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-polygon.cpp')
-rw-r--r--src/sp-polygon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-polygon.cpp b/src/sp-polygon.cpp
index a5ddd653a..10d097e70 100644
--- a/src/sp-polygon.cpp
+++ b/src/sp-polygon.cpp
@@ -178,7 +178,7 @@ void SPPolygon::set(unsigned int key, const gchar* value) {
}
}
-gchar* SPPolygon::description() {
+gchar* SPPolygon::description() const {
return g_strdup(_("<b>Polygon</b>"));
}