summaryrefslogtreecommitdiff
path: root/CyteKit/ViewController.mm
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-03-01 15:19:03 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-07 02:41:34 -0800
commitcd79e8cf2d642eb18fca492be164c01c3ac4e318 (patch)
treee5306660500e066945789ffa003b9172e4bf2d35 /CyteKit/ViewController.mm
parent3f428e4e0cdd27684edefebc83737cc8a8b233f3 (diff)
Rename CYViewController to CyteViewController.
Diffstat (limited to 'CyteKit/ViewController.mm')
-rw-r--r--CyteKit/ViewController.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/CyteKit/ViewController.mm b/CyteKit/ViewController.mm
index ae69468..9da9be8 100644
--- a/CyteKit/ViewController.mm
+++ b/CyteKit/ViewController.mm
@@ -60,7 +60,7 @@ extern bool IsWildcat_;
@end
-@implementation CYViewController
+@implementation CyteViewController
- (void) setDelegate:(id)delegate {
delegate_ = delegate;