aboutsummaryrefslogtreecommitdiff
path: root/src/function/base.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/function/base.h')
-rw-r--r--src/function/base.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/function/base.h b/src/function/base.h
index 231800d..c5346c7 100644
--- a/src/function/base.h
+++ b/src/function/base.h
@@ -53,8 +53,7 @@ class FunctionBase : public xalan::Function {
);
nodeList->addNodes(
- *optionalCachedDocument.second->getXalanDocument()
- ->getDocumentElement()
+ *optionalCachedDocument.second->getDocumentElement()
->getChildNodes()
);