aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/Remote/FSTOnlineStateTracker.h
diff options
context:
space:
mode:
Diffstat (limited to 'Firestore/Source/Remote/FSTOnlineStateTracker.h')
-rw-r--r--Firestore/Source/Remote/FSTOnlineStateTracker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Firestore/Source/Remote/FSTOnlineStateTracker.h b/Firestore/Source/Remote/FSTOnlineStateTracker.h
index 2521c84..340b641 100644
--- a/Firestore/Source/Remote/FSTOnlineStateTracker.h
+++ b/Firestore/Source/Remote/FSTOnlineStateTracker.h
@@ -57,7 +57,7 @@ NS_ASSUME_NONNULL_BEGIN
* We then may allow multiple failures (based on kMaxWatchStreamFailures) before we actually
* transition to FSTOnlineStateOffline.
*/
-- (void)handleWatchStreamFailure;
+- (void)handleWatchStreamFailure:(NSError *)error;
/**
* Explicitly sets the FSTOnlineState to the specified state.