aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/core/src/firebase/firestore/local/leveldb_transaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'Firestore/core/src/firebase/firestore/local/leveldb_transaction.h')
-rw-r--r--Firestore/core/src/firebase/firestore/local/leveldb_transaction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Firestore/core/src/firebase/firestore/local/leveldb_transaction.h b/Firestore/core/src/firebase/firestore/local/leveldb_transaction.h
index b219a69..bcc7c91 100644
--- a/Firestore/core/src/firebase/firestore/local/leveldb_transaction.h
+++ b/Firestore/core/src/firebase/firestore/local/leveldb_transaction.h
@@ -180,7 +180,7 @@ class LevelDbTransaction {
* Returns a new Iterator over the pending changes in this transaction, merged
* with the existing values already in leveldb.
*/
- Iterator* NewIterator();
+ std::unique_ptr<Iterator> NewIterator();
/**
* Commits the transaction. All pending changes are written. The transaction