summaryrefslogtreecommitdiff
path: root/src/xmlpatterns/expr/qorderby_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlpatterns/expr/qorderby_p.h')
-rw-r--r--src/xmlpatterns/expr/qorderby_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xmlpatterns/expr/qorderby_p.h b/src/xmlpatterns/expr/qorderby_p.h
index addddf3..3e4a8f8 100644
--- a/src/xmlpatterns/expr/qorderby_p.h
+++ b/src/xmlpatterns/expr/qorderby_p.h
@@ -97,6 +97,8 @@ namespace QPatternist
* @short Default constructor, which is needed by QVector.
*/
inline OrderSpec()
+ : direction(Ascending),
+ orderingEmptySequence(StaticContext::Greatest)
{
}