diff options
Diffstat (limited to 'src/object/sp-polyline.cpp')
| -rw-r--r-- | src/object/sp-polyline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/sp-polyline.cpp b/src/object/sp-polyline.cpp index 083cb3066..316078876 100644 --- a/src/object/sp-polyline.cpp +++ b/src/object/sp-polyline.cpp @@ -29,7 +29,7 @@ void SPPolyLine::build(SPDocument * document, Inkscape::XML::Node * repr) { this->readAttr("points"); } -void SPPolyLine::set(unsigned int key, const gchar* value) { +void SPPolyLine::set(SPAttributeEnum key, const gchar* value) { switch (key) { case SP_ATTR_POINTS: { SPCurve * curve; |
