Cleaned up the iPhone code so that it compiles with the 3.1.2 SDK. Also tightened...
[zxing.git] / iphone / Classes / GeoParsedResult.m
index 368149d..44ecfc8 100644 (file)
@@ -26,7 +26,7 @@
 
 @synthesize location;
 
-- initWithLocation:(NSString *)l {
+- (id)initWithLocation:(NSString *)l {
   if ((self = [super init]) != nil) {
     self.location = l;
   }