Skip to content

Commit 6bdb8c9

Browse files
authored
Updated Fleece to current master (#2276)
1 parent f811bbb commit 6bdb8c9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Replicator/ChangesFeed.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ namespace litecore::repl {
206206
(_docIDs != nullptr && _docIDs->find(slice(info.docID).asString()) == _docIDs->end()) ) {
207207
return nullptr;
208208
} else {
209-
auto rev = make_retained<RevToSend>(info, _checkpointer->collectionSpec(),
210-
_options->collectionCallbackContext(_collectionIndex));
209+
Retained<RevToSend> rev = make_retained<RevToSend>(info, _checkpointer->collectionSpec(),
210+
_options->collectionCallbackContext(_collectionIndex));
211211
return shouldPushRev(rev, e) ? rev : nullptr;
212212
}
213213
}

0 commit comments

Comments
 (0)