From 46d3a5cfc2959b65fef514faa666d735b91afbc6 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Wed, 23 Feb 2011 02:41:38 -0800 Subject: Simplify memory management of custom buttons. --- UICaboodle/BrowserView.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'UICaboodle/BrowserView.h') diff --git a/UICaboodle/BrowserView.h b/UICaboodle/BrowserView.h index 51cb345..32ef3b4 100644 --- a/UICaboodle/BrowserView.h +++ b/UICaboodle/BrowserView.h @@ -10,6 +10,8 @@ #import +#include "substrate.h" + @class NSMutableArray; @class NSString; @class NSURL; @@ -77,10 +79,10 @@ NSMutableSet *loading_; // XXX: NSString * or UIImage * - id custom_; - NSString *style_; + _H custom_; + _H style_; - WebScriptObject *function_; + _H function_; WebScriptObject *closer_; float width_; -- cgit v1.2.3