aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMNSThread+Blocks.h
diff options
context:
space:
mode:
Diffstat (limited to 'Foundation/GTMNSThread+Blocks.h')
-rw-r--r--Foundation/GTMNSThread+Blocks.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Foundation/GTMNSThread+Blocks.h b/Foundation/GTMNSThread+Blocks.h
index e3700bb..17bfbc7 100644
--- a/Foundation/GTMNSThread+Blocks.h
+++ b/Foundation/GTMNSThread+Blocks.h
@@ -30,10 +30,10 @@
// and this method returns immediately.
// If self is the current thread, the block will be performed immediately, and
// then this method will return.
-- (void)gtm_performBlock:(void (^)())block;
+- (void)gtm_performBlock:(void (^)(void))block;
-- (void)gtm_performWaitingUntilDone:(BOOL)waitDone block:(void (^)())block;
-+ (void)gtm_performBlockInBackground:(void (^)())block;
+- (void)gtm_performWaitingUntilDone:(BOOL)waitDone block:(void (^)(void))block;
++ (void)gtm_performBlockInBackground:(void (^)(void))block;
@end
#endif // NS_BLOCKS_AVAILABLE