From 03c942c587504ffbc78eed44bb32fded3286ab91 Mon Sep 17 00:00:00 2001 From: MenTaLguY Date: Tue, 27 Feb 2007 15:20:01 +0000 Subject: get rid of sp_repr_document_root and (commented) sp_repr_duplicate (bzr r2461) --- src/xml/repr-action-test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xml/repr-action-test.cpp') diff --git a/src/xml/repr-action-test.cpp b/src/xml/repr-action-test.cpp index 7ab857f46..0e3d8d4a4 100644 --- a/src/xml/repr-action-test.cpp +++ b/src/xml/repr-action-test.cpp @@ -12,7 +12,7 @@ int main(int argc, char *argv[]) { Inkscape::GC::init(); document = sp_repr_document_new("test"); - root = sp_repr_document_root(document); + root = document->root(); utest_start("XML Transactions"); -- cgit v1.2.3