aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMLightweightProxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'Foundation/GTMLightweightProxy.h')
-rw-r--r--Foundation/GTMLightweightProxy.h3
1 files changed, 2 insertions, 1 deletions
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 <Foundation/Foundation.h>
+#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|.