summaryrefslogtreecommitdiffstats
path: root/src/xmlpatterns/functions/qcomparingaggregator.cpp
diff options
context:
space:
mode:
authorSamuel Rødal <sroedal@trolltech.com>2009-11-05 13:10:19 +0100
committerSamuel Rødal <sroedal@trolltech.com>2009-11-11 12:17:28 +0100
commit223b5de63e56c6c3dfbc5000b460baa653ab3f75 (patch)
tree593e205d3fa06067eea4ce838ffd50f4098ef341 /src/xmlpatterns/functions/qcomparingaggregator.cpp
parent71d05ae1f212793b59c2f0fcb68ec5f21732073e (diff)
Fixed compilation on AIX 6.1 with xlC 10.1
Task-number: QTBUG-3368 Reviewed-by: Thiago Macieira
Diffstat (limited to 'src/xmlpatterns/functions/qcomparingaggregator.cpp')
-rw-r--r--src/xmlpatterns/functions/qcomparingaggregator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlpatterns/functions/qcomparingaggregator.cpp b/src/xmlpatterns/functions/qcomparingaggregator.cpp
index 6d07109fb6..acda08c5bc 100644
--- a/src/xmlpatterns/functions/qcomparingaggregator.cpp
+++ b/src/xmlpatterns/functions/qcomparingaggregator.cpp
@@ -195,7 +195,7 @@ ComparingAggregator<oper, result>::typeCheck(const StaticContext::Ptr &context,
!BuiltinTypes::xsYearMonthDuration->xdtTypeMatches(t1))
{
context->error(QtXmlPatterns::tr("The first argument to %1 cannot be of type %2.")
- .arg(formatFunction(context->namePool(), signature()))
+ .arg(QPatternist::formatFunction(context->namePool(), signature()))
.arg(formatType(context->namePool(), m_operands.first()->staticType())),
ReportContext::FORG0006, this);
return me;