aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMAbstractDOListener.m
diff options
context:
space:
mode:
authorGravatar Thomas Van Lenten <thomasvl@google.com>2015-11-03 10:08:17 -0500
committerGravatar Thomas Van Lenten <thomasvl@google.com>2015-11-03 10:08:17 -0500
commitf2f8cc667b790dcd71709cb3a175944d38b1e78a (patch)
treea1ee53015afcff9e74d0b696401b0514b8b609c6 /Foundation/GTMAbstractDOListener.m
parentd160301ee824d8c77bcef4af3f8265c8cb376a7c (diff)
Keep GTM building after clang r251041 when targeting 10.6
Diffstat (limited to 'Foundation/GTMAbstractDOListener.m')
-rw-r--r--Foundation/GTMAbstractDOListener.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Foundation/GTMAbstractDOListener.m b/Foundation/GTMAbstractDOListener.m
index 0e221a8..4ac69bd 100644
--- a/Foundation/GTMAbstractDOListener.m
+++ b/Foundation/GTMAbstractDOListener.m
@@ -29,7 +29,7 @@
// message. This is only need on Tiger.
#if MAC_OS_X_VERSION_MIN_REQUIRED <= MAC_OS_X_VERSION_10_4
@interface GTMReceivePortDelegate : NSObject {
- __weak id delegate_;
+ GTM_WEAK id delegate_;
}
- (id)initWithDelegate:(id)delegate;
- (void)handlePortMessage:(NSPortMessage *)message;