summaryrefslogtreecommitdiffstats
path: root/src/sp-polygon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-polygon.h')
-rw-r--r--src/sp-polygon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-polygon.h b/src/sp-polygon.h
index f9c93ac8f..41ab245bd 100644
--- a/src/sp-polygon.h
+++ b/src/sp-polygon.h
@@ -27,7 +27,7 @@ public:
virtual void build(SPDocument *document, Inkscape::XML::Node *repr);
virtual Inkscape::XML::Node* write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags);
virtual void set(unsigned int key, gchar const* value);
- virtual gchar* description();
+ virtual gchar* description() const;
};
// made 'public' so that SPCurve can set it as friend: