summaryrefslogtreecommitdiff
path: root/src/xmlpatterns/data/qabstractfloatcasters_tpl_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlpatterns/data/qabstractfloatcasters_tpl_p.h')
-rw-r--r--src/xmlpatterns/data/qabstractfloatcasters_tpl_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlpatterns/data/qabstractfloatcasters_tpl_p.h b/src/xmlpatterns/data/qabstractfloatcasters_tpl_p.h
index 3f6f6c0..e11ad8d 100644
--- a/src/xmlpatterns/data/qabstractfloatcasters_tpl_p.h
+++ b/src/xmlpatterns/data/qabstractfloatcasters_tpl_p.h
@@ -64,7 +64,7 @@ Item BooleanToAbstractFloatCaster<isDouble>::castFrom(const Item &from,
const QExplicitlySharedDataPointer<DynamicContext> &context) const
{
// RVCT doesn't like using template parameter in trinary operator when the trinary operator result is
- // passed directly into another constructor.
+ // passed directly into another constructor.
bool tempDouble = isDouble;
if(from.template as<AtomicValue>()->evaluateEBV(context))
return tempDouble ? toItem(CommonValues::DoubleOne) : toItem(CommonValues::FloatOne);