From a03fbcd36d55eb8e79dd7fef5ee9d67365f471cf Mon Sep 17 00:00:00 2001 From: Krzysztof Kosi??ski Date: Mon, 5 Apr 2010 01:26:13 +0200 Subject: Coords: fix guidelines (bzr r9281.1.14) --- src/document.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/document.cpp') diff --git a/src/document.cpp b/src/document.cpp index f137ba60d..aeafaf1f9 100644 --- a/src/document.cpp +++ b/src/document.cpp @@ -327,7 +327,7 @@ sp_document_create(Inkscape::XML::Document *rdoc, document->base = NULL; document->name = g_strdup(name); - document->root = sp_object_repr_build_tree(document, rroot); + sp_object_repr_build_tree(document, rroot); /* fixme: Not sure about this, but lets assume ::build updates */ rroot->setAttribute("inkscape:version", Inkscape::version_string); -- cgit v1.2.3