src/xmlpatterns/functions/qcomparingaggregator.cpp
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
--- a/src/xmlpatterns/functions/qcomparingaggregator.cpp	Tue Jan 26 12:42:25 2010 +0200
+++ b/src/xmlpatterns/functions/qcomparingaggregator.cpp	Tue Feb 02 00:43:10 2010 +0200
@@ -195,7 +195,7 @@
             !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;