summaryrefslogtreecommitdiff
path: root/src/xmlpatterns/functions/qaggregator_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlpatterns/functions/qaggregator_p.h')
-rw-r--r--src/xmlpatterns/functions/qaggregator_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlpatterns/functions/qaggregator_p.h b/src/xmlpatterns/functions/qaggregator_p.h
index 81e3a1e..2babae5 100644
--- a/src/xmlpatterns/functions/qaggregator_p.h
+++ b/src/xmlpatterns/functions/qaggregator_p.h
@@ -79,7 +79,7 @@ namespace QPatternist
* @returns a static type where the ItemType is the same as this FunctionCall's first
* argument, and the Cardinality is as return from Cardinality::toWithoutMany().
*/
- virtual SequenceType::Ptr staticType() const;
+ SequenceType::Ptr staticType() const override;
};
}