aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Foundation/GTMHTTPFetcher.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Foundation/GTMHTTPFetcher.m b/Foundation/GTMHTTPFetcher.m
index bc93bab..34821f2 100644
--- a/Foundation/GTMHTTPFetcher.m
+++ b/Foundation/GTMHTTPFetcher.m
@@ -285,7 +285,7 @@ CannotBeginFetch:
[[self retain] autorelease]; // in case the callback releases us
- [delegate performSelector:failedSEL_
+ [delegate performSelector:failedSEL
withObject:self
withObject:error];
}