summaryrefslogtreecommitdiff
path: root/src/xmlpatterns/functions/qcomparingaggregator_tpl_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlpatterns/functions/qcomparingaggregator_tpl_p.h')
-rw-r--r--src/xmlpatterns/functions/qcomparingaggregator_tpl_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlpatterns/functions/qcomparingaggregator_tpl_p.h b/src/xmlpatterns/functions/qcomparingaggregator_tpl_p.h
index 218df2d..d73a958 100644
--- a/src/xmlpatterns/functions/qcomparingaggregator_tpl_p.h
+++ b/src/xmlpatterns/functions/qcomparingaggregator_tpl_p.h
@@ -203,7 +203,7 @@ ComparingAggregator<oper, result>::typeCheck(const StaticContext::Ptr &context,
if(!m_operands.first()->staticType()->cardinality().allowsMany())
return m_operands.first();
-
+
// explicit scope needed in RVCT
ComparingAggregator<oper, result>::prepareComparison(fetchComparator(t1, t1, context));