aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/Local/FSTRemoteDocumentChangeBuffer.mm
diff options
context:
space:
mode:
Diffstat (limited to 'Firestore/Source/Local/FSTRemoteDocumentChangeBuffer.mm')
-rw-r--r--Firestore/Source/Local/FSTRemoteDocumentChangeBuffer.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Firestore/Source/Local/FSTRemoteDocumentChangeBuffer.mm b/Firestore/Source/Local/FSTRemoteDocumentChangeBuffer.mm
index 0557bce..3812501 100644
--- a/Firestore/Source/Local/FSTRemoteDocumentChangeBuffer.mm
+++ b/Firestore/Source/Local/FSTRemoteDocumentChangeBuffer.mm
@@ -73,7 +73,7 @@ NS_ASSUME_NONNULL_BEGIN
}
}
-- (void)applyToWriteGroup:(FSTWriteGroup *)group {
+- (void)apply {
[self assertValid];
for (const auto &kv : *_changes) {