summaryrefslogtreecommitdiff
path: root/iPhonePrivate.h
diff options
context:
space:
mode:
authorDustin L. Howett <dustin@howett.net>2010-10-04 07:05:20 -0400
committerDustin L. Howett <dustin@howett.net>2010-10-04 07:05:20 -0400
commit9daa7f25f2115cf9d9b428ab1aadf539d1d07c20 (patch)
tree7916addaf2db07de772345ee5434f7e98ae24b63 /iPhonePrivate.h
parentbc11cf5bb67e9f5c4096dc93d813272a49de1115 (diff)
Fix the warnings when building with AlwaysReload=0, and fix the action button for AlwaysReload=1 (actionButtonClicked -> customButtonClicked, to match the superclass, so there's an implementation to fall through to if AlwaysReload==1)
Diffstat (limited to 'iPhonePrivate.h')
-rw-r--r--iPhonePrivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/iPhonePrivate.h b/iPhonePrivate.h
index 589dcf3..f9f03a4 100644
--- a/iPhonePrivate.h
+++ b/iPhonePrivate.h
@@ -54,6 +54,7 @@ typedef enum {
@interface UIActionSheet (Apple)
+- (void) setContext:(NSString *)context;
- (NSString *) context;
@end