diff options
Diffstat (limited to 'CyteKit/ViewController.mm')
-rw-r--r-- | CyteKit/ViewController.mm | 2 |
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; |