aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AddressBook/GTMABAddressBook.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/AddressBook/GTMABAddressBook.m b/AddressBook/GTMABAddressBook.m
index 4a7d733..9fce8ff 100644
--- a/AddressBook/GTMABAddressBook.m
+++ b/AddressBook/GTMABAddressBook.m
@@ -43,7 +43,7 @@ typedef struct {
@interface GTMABMultiValueEnumerator : NSEnumerator {
@private
- GTM_WEAK ABMultiValueRef ref_; // ref_ cached from enumeree_
+ ABMultiValueRef ref_; // ref_ cached from enumeree_
GTMABMultiValue *enumeree_;
unsigned long mutations_;
NSUInteger count_;