diff options
Diffstat (limited to 'src/object/sp-line.cpp')
| -rw-r--r-- | src/object/sp-line.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/sp-line.cpp b/src/object/sp-line.cpp index 2f06ddeef..37b8a1300 100644 --- a/src/object/sp-line.cpp +++ b/src/object/sp-line.cpp @@ -38,7 +38,7 @@ void SPLine::build(SPDocument * document, Inkscape::XML::Node * repr) { this->readAttr( "y2" ); } -void SPLine::set(unsigned int key, const gchar* value) { +void SPLine::set(SPAttributeEnum key, const gchar* value) { /* fixme: we should really collect updates */ switch (key) { |
