aboutsummaryrefslogtreecommitdiff
path: root/AppKit/GTMCarbonEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'AppKit/GTMCarbonEvent.h')
-rw-r--r--AppKit/GTMCarbonEvent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/AppKit/GTMCarbonEvent.h b/AppKit/GTMCarbonEvent.h
index a234532..364be3a 100644
--- a/AppKit/GTMCarbonEvent.h
+++ b/AppKit/GTMCarbonEvent.h
@@ -235,7 +235,7 @@ GTM_EXTERN NSUInteger GTMCarbonToCocoaKeyModifiers(UInt32 inCarbonModifiers);
// handler we are wrapping
// lazily created in the eventHandler method
EventHandlerRef eventHandler_;
- __weak id delegate_; // Our delegate
+ GTM_WEAK id delegate_; // Our delegate
// Does our delegate respond to the gtm_eventHandler:receivedEvent:handler:
// selector? Cached for performance reasons.
BOOL delegateRespondsToHandleEvent_;