summaryrefslogtreecommitdiffstats
path: root/src/xml/repr-action-test.cpp
diff options
context:
space:
mode:
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");