aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMFileSystemKQueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'Foundation/GTMFileSystemKQueue.h')
-rw-r--r--Foundation/GTMFileSystemKQueue.h3
1 files changed, 2 insertions, 1 deletions
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 <Foundation/Foundation.h>
+#import "GTMDefines.h"
#import <sys/event.h> // 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_;
}