diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-01 08:44:48 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-07 02:41:32 -0800 |
commit | 09e89a8a6d75e0e9913c419049012cef6e9da785 (patch) | |
tree | fcc11866e824aec4b2bedcb906874f1bf34c3687 /MobileCydia.mm | |
parent | a576488fdc04e8fb7ecf980c07f6300774232ed0 (diff) |
Rename BrowserController to CyteWebViewController.
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r-- | MobileCydia.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index 827a8b8..048d3f5 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -4031,7 +4031,7 @@ static NSMutableSet *Diversions_; @end -@interface CydiaWebViewController : BrowserController { +@interface CydiaWebViewController : CyteWebViewController { CydiaObject *cydia_; } |