diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2010-11-16 14:10:14 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-11-17 10:03:08 -0800 |
commit | 3931b718c26a642d829d15aca05a7e775177ee02 (patch) | |
tree | 218eda9e62132f7b593195f4e2dac668354409eb /UICaboodle/RVBook.h | |
parent | 68046ccc10980be3806386e1d0eaf85867bdea60 (diff) |
Carefully audited all usages of alloc*/retain/release/autorelease/*Create*, updating _transitive marks on fields.
Diffstat (limited to 'UICaboodle/RVBook.h')
-rw-r--r-- | UICaboodle/RVBook.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UICaboodle/RVBook.h b/UICaboodle/RVBook.h index 8994cbf..1d06b0b 100644 --- a/UICaboodle/RVBook.h +++ b/UICaboodle/RVBook.h @@ -7,7 +7,7 @@ @end @interface UCNavigationController : UINavigationController { - id<HookProtocol> hook_; + _transient id<HookProtocol> hook_; } - (void) setHook:(id<HookProtocol>)hook; @end |