Code

Make curvature work again by fixing a minor omission
[inkscape.git] / src / sp-object-repr.cpp
index 7583049dcceca82578afcf6aa7ab2d2edc65f23c..4c3d5196ee2c4de5bb3753ca8ce46d17f94e4e79 100644 (file)
@@ -94,7 +94,7 @@ static GType name_to_gtype(NameType name_type, gchar const *name);
  * Construct an SPRoot and all its descendents from the given repr.
  */
 SPObject *
-sp_object_repr_build_tree(Document *document, Inkscape::XML::Node *repr)
+sp_object_repr_build_tree(SPDocument *document, Inkscape::XML::Node *repr)
 {
     g_assert(document != NULL);
     g_assert(repr != NULL);