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/GTMLightweightProxy.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Foundation/GTMLightweightProxy.h') diff --git a/Foundation/GTMLightweightProxy.h b/Foundation/GTMLightweightProxy.h index 2e2a748..76ef66b 100644 --- a/Foundation/GTMLightweightProxy.h +++ b/Foundation/GTMLightweightProxy.h @@ -17,6 +17,7 @@ // #import +#import "GTMDefines.h" // // GTMLightweightProxy @@ -31,7 +32,7 @@ // @interface GTMLightweightProxy : NSProxy { @private - __weak id representedObject_; + GTM_WEAK id representedObject_; } // Initializes the object to represent |object|. -- cgit v1.2.3