Code

another c++ification for sp-object.h/cpp and still in progress...
[inkscape.git] / src / sp-object-repr.cpp
index 62143e3ab047d458d07f611047ff00cf4935a75b..207d082775ed8b8f3beaf4e810679da58428b8a2 100644 (file)
@@ -107,7 +107,7 @@ sp_object_repr_build_tree(SPDocument *document, Inkscape::XML::Node *repr)
     g_assert(newobj != NULL);
     SPObject *const object = SP_OBJECT(newobj);
     g_assert(object != NULL);
-    sp_object_invoke_build(object, document, repr, FALSE);
+    object->invoke_build(document, repr, FALSE);
 
     return object;
 }