From f2f8cc667b790dcd71709cb3a175944d38b1e78a Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Tue, 3 Nov 2015 10:08:17 -0500 Subject: Keep GTM building after clang r251041 when targeting 10.6 --- Foundation/GTMFileSystemKQueue.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Foundation/GTMFileSystemKQueue.h') diff --git a/Foundation/GTMFileSystemKQueue.h b/Foundation/GTMFileSystemKQueue.h index a81d433..c167eea 100644 --- a/Foundation/GTMFileSystemKQueue.h +++ b/Foundation/GTMFileSystemKQueue.h @@ -17,6 +17,7 @@ // #import +#import "GTMDefines.h" #import // for kqueue() and kevent and the NOTE_* constants @@ -50,7 +51,7 @@ typedef unsigned int GTMFileSystemKQueueEvents; int fd_; GTMFileSystemKQueueEvents events_; BOOL acrossReplace_; - __weak id target_; + GTM_WEAK id target_; SEL action_; } -- cgit v1.2.3