Lots more stuff merged in. Added an ITImageView/ITImageCell object to allow smooth...
[ITKit.git] / ITTextFieldCell.m
index aed1f00..aeb6ca7 100755 (executable)
@@ -15,7 +15,7 @@
 #pragma mark INITIALIZATION METHODS
 /*************************************************************************/
 
-- (id)initTextCell:(NSString *)string;
+- (id)initTextCell:(NSString *)string
 {
     if ( ( self = [super initTextCell:string] ) ) {
         castsShadow      = NO;