aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/Util/FSTAsyncQueryListener.mm
diff options
context:
space:
mode:
Diffstat (limited to 'Firestore/Source/Util/FSTAsyncQueryListener.mm')
-rw-r--r--Firestore/Source/Util/FSTAsyncQueryListener.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Firestore/Source/Util/FSTAsyncQueryListener.mm b/Firestore/Source/Util/FSTAsyncQueryListener.mm
index 426594b..81dd41f 100644
--- a/Firestore/Source/Util/FSTAsyncQueryListener.mm
+++ b/Firestore/Source/Util/FSTAsyncQueryListener.mm
@@ -42,7 +42,7 @@ using firebase::firestore::util::internal::Executor;
// users just want to turn on notifications "forever" and don't want to have
// to keep track of our handle to keep them going.
return ^(FSTViewSnapshot *_Nullable snapshot, NSError *_Nullable error) {
- _executor->Execute([self, snapshot, error] {
+ self->_executor->Execute([self, snapshot, error] {
if (!self->_muted) {
self->_snapshotHandler(snapshot, error);
}