summaryrefslogtreecommitdiffstats
path: root/src/xmlpatterns/expr/qapplytemplate.cpp
diff options
context:
space:
mode:
authorBjoern Erik Nilsen <bjorn.nilsen@nokia.com>2009-05-07 14:58:30 +0200
committerBjoern Erik Nilsen <bjorn.nilsen@nokia.com>2009-05-07 16:02:22 +0200
commit6b715bc38fc2699c2fd03d18262c236061b9d22d (patch)
treec10a10e34519fa8993c55f6deb0a97d18140d272 /src/xmlpatterns/expr/qapplytemplate.cpp
parentafa7788e27ca388987993844f72a8182edbab70f (diff)
Compiler warnings (Mac/Carbon)
Reviewed-by: nrc
Diffstat (limited to 'src/xmlpatterns/expr/qapplytemplate.cpp')
-rw-r--r--src/xmlpatterns/expr/qapplytemplate.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/xmlpatterns/expr/qapplytemplate.cpp b/src/xmlpatterns/expr/qapplytemplate.cpp
index 95f4fdf377..b91c2f0ef4 100644
--- a/src/xmlpatterns/expr/qapplytemplate.cpp
+++ b/src/xmlpatterns/expr/qapplytemplate.cpp
@@ -160,8 +160,7 @@ Item::Iterator::Ptr ApplyTemplate::evaluateSequence(const DynamicContext::Ptr &c
focus->setFocusIterator(focusIterator);
return makeSequenceMappingIterator<Item>(ConstPtr(this), focusIterator, focus);
}
- else
- return CommonValues::emptyIterator;
+ return CommonValues::emptyIterator;
}
}