1
0
Fork 0

Fix build error

This commit is contained in:
Simon Grätzer 2017-03-28 15:16:08 +02:00
parent c592f911f3
commit 7fd102692f
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ RocksDBAllIndexIterator::RocksDBAllIndexIterator(
ManagedDocumentResult* mmdr, RocksDBPrimaryMockIndex const* index,
bool reverse)
: IndexIterator(collection, trx, mmdr, index),
_reverse(reverse),
//_reverse(reverse),
_keyRevMap(index->_keyRevMap),
_iterator(index->_keyRevMap.begin()) {}