diff options
author | Grant Paul <chpwn@chpwn.com> | 2010-10-06 20:34:07 -0700 |
---|---|---|
committer | Grant Paul <chpwn@chpwn.com> | 2010-10-06 20:42:47 -0700 |
commit | 96f3833bfcfa8c5cb8bc2a6980bcaadc2b850931 (patch) | |
tree | 58885cfe3995b70c88f380ae4d37defa23608026 /UICaboodle/BrowserView.h | |
parent | 02012733967832de2f331cd42d73f53724d66a69 (diff) |
Let UICaboodle build with clang++ as well as g++. Cydia needs additional changes.
Diffstat (limited to 'UICaboodle/BrowserView.h')
-rw-r--r-- | UICaboodle/BrowserView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UICaboodle/BrowserView.h b/UICaboodle/BrowserView.h index d774309..c61fef4 100644 --- a/UICaboodle/BrowserView.h +++ b/UICaboodle/BrowserView.h @@ -25,7 +25,7 @@ @class IndirectDelegate; @interface WebScriptObject (UICaboodle) -- (unsigned) count; +- (NSUInteger) count; - (id) objectAtIndex:(unsigned)index; @end |