1
0
Fork 0

initialize variable

This commit is contained in:
jsteemann 2016-06-30 15:41:41 +02:00
parent 89a6419b4b
commit f145c79f10
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ IndexBlock::IndexBlock(ExecutionEngine* engine, IndexNode const* en)
_posInDocs(0),
_currentIndex(0),
_indexes(en->getIndexes()),
_cursor(nullptr),
_cursors(_indexes.size()),
_condition(en->_condition->root()),
_hasV8Expression(false) {}