1
0
Fork 0

Fix compile error

This commit is contained in:
Andreas Streichardt 2016-12-07 18:53:44 +01:00
parent 82682f8d25
commit 9628420e68
1 changed files with 2 additions and 1 deletions

View File

@ -537,7 +537,8 @@ static int DumpCollection(TRI_replication_dump_t* dump,
bool bufferFull = false;
auto callback = [&dump, &lastFoundTick, &databaseId, &collectionId,
&withTicks, &isEdgeCollection, &bufferFull, &useVpp](
&withTicks, &isEdgeCollection, &bufferFull, &useVpp,
&collection](
TRI_voc_tick_t foundTick, TRI_df_marker_t const* marker) {
// note the last tick we processed
lastFoundTick = foundTick;