Issue 411
[zxing.git] / iphone / Classes / Scan.m
index b792c51..6d7b29b 100644 (file)
@@ -28,7 +28,7 @@
 @synthesize text;
 @synthesize stamp;
 
-- initWithIdent:(int)i text:(NSString *)t stamp:(NSDate *)s {
+- (id)initWithIdent:(int)i text:(NSString *)t stamp:(NSDate *)s {
   if ((self = [super init]) != nil) {
     self.ident = i;
     self.text = t;