From 3931b718c26a642d829d15aca05a7e775177ee02 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Tue, 16 Nov 2010 14:10:14 -0800 Subject: Carefully audited all usages of alloc*/retain/release/autorelease/*Create*, updating _transitive marks on fields. --- UICaboodle/RVBook.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'UICaboodle/RVBook.h') 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 hook_; + _transient id hook_; } - (void) setHook:(id)hook; @end -- cgit v1.2.3