From 73edade30f70b4c0ad94c9561b4e4ec0675465b0 Mon Sep 17 00:00:00 2001 From: Markus Engel Date: Sun, 27 Oct 2013 00:00:51 +0200 Subject: Added some consts. (bzr r12729) --- src/sp-polygon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp-polygon.cpp') 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(_("Polygon")); } -- cgit v1.2.3