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/GTMNSObject+KeyValueObserving.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Foundation/GTMNSObject+KeyValueObserving.m') diff --git a/Foundation/GTMNSObject+KeyValueObserving.m b/Foundation/GTMNSObject+KeyValueObserving.m index 814419b..70f5310 100644 --- a/Foundation/GTMNSObject+KeyValueObserving.m +++ b/Foundation/GTMNSObject+KeyValueObserving.m @@ -62,10 +62,10 @@ @interface GTMKeyValueObservingHelper : NSObject { @private - __weak id observer_; + GTM_WEAK id observer_; SEL selector_; id userInfo_; - __weak id target_; + GTM_WEAK id target_; NSString* keyPath_; } -- cgit v1.2.3