diff options
Diffstat (limited to 'src/xmlpatterns/expr/qorderby_p.h')
-rw-r--r-- | src/xmlpatterns/expr/qorderby_p.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xmlpatterns/expr/qorderby_p.h b/src/xmlpatterns/expr/qorderby_p.h index 5ae39ee..dcc567b 100644 --- a/src/xmlpatterns/expr/qorderby_p.h +++ b/src/xmlpatterns/expr/qorderby_p.h @@ -103,6 +103,8 @@ namespace QPatternist * @short Default constructor, which is needed by QVector. */ inline OrderSpec() + : direction(Ascending), + orderingEmptySequence(StaticContext::Greatest) { } |