summaryrefslogtreecommitdiff
path: root/CyteKit/WebViewTableViewCell.h
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-06-08 22:42:18 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2011-06-08 22:42:18 -0700
commit4cc9e99a32a73858f3b9739c0cf8ec82bb35e93e (patch)
tree31fbd2791655a0e23e3bd0a173744d92602dd0f1 /CyteKit/WebViewTableViewCell.h
parent058813ae78aec1b25c7c44b2a6188b7ae2264107 (diff)
Make compilations with clang succeed.
Diffstat (limited to 'CyteKit/WebViewTableViewCell.h')
-rw-r--r--CyteKit/WebViewTableViewCell.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/CyteKit/WebViewTableViewCell.h b/CyteKit/WebViewTableViewCell.h
index c328e33..bff680e 100644
--- a/CyteKit/WebViewTableViewCell.h
+++ b/CyteKit/WebViewTableViewCell.h
@@ -45,7 +45,9 @@
#include "Menes/ObjectHandle.h"
#include "CyteKit/WebView.h"
-@interface CyteWebViewTableViewCell : UITableViewCell {
+@interface CyteWebViewTableViewCell : UITableViewCell <
+ CyteWebViewDelegate
+> {
// XXX: I'm not really the delegate here: fix this!
_H<CyteWebView, 1> webview_;
}