Code

A simple layout document as to what, why and how is cppification.
[inkscape.git] / src / sp-script.cpp
index 61418701307492253635f24fb63be43d1daba580..6cf120a6578672fa736f916119115f0da356de40 100644 (file)
@@ -83,7 +83,7 @@ sp_script_build(SPObject *object, SPDocument *document, Inkscape::XML::Node *rep
     }
 
     //Read values of key attributes from XML nodes into object.
-    sp_object_read_attr(object, "xlink:href");
+    object->readAttr( "xlink:href");
 
     document->add_resource("script", object);
 }