summaryrefslogtreecommitdiffstats
path: root/src/xml/repr-action-test.cpp
diff options
context:
space:
mode:
authorMenTaLguY <mental@rydia.net>2007-02-27 15:20:01 +0000
committermental <mental@users.sourceforge.net>2007-02-27 15:20:01 +0000
commit03c942c587504ffbc78eed44bb32fded3286ab91 (patch)
tree0b209cd63a3977e8dd9d3e1293dce4e295fd89a9 /src/xml/repr-action-test.cpp
parentincrease padding (diff)
downloadinkscape-03c942c587504ffbc78eed44bb32fded3286ab91.tar.gz
inkscape-03c942c587504ffbc78eed44bb32fded3286ab91.zip
get rid of sp_repr_document_root and (commented) sp_repr_duplicate
(bzr r2461)
Diffstat (limited to 'src/xml/repr-action-test.cpp')
-rw-r--r--src/xml/repr-action-test.cpp2
1 files changed, 1 insertions, 1 deletions
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");