Cleaned up the iPhone code so that it compiles with the 3.1.2 SDK. Also tightened...
[zxing.git] / iphone / Classes / GeoParsedResult.h
index d428fe9..4feb880 100644 (file)
@@ -28,7 +28,7 @@
 
 @property (nonatomic, copy) NSString *location;
 
-- initWithLocation:(NSString *)location;
+- (id)initWithLocation:(NSString *)location;
 
 
 @end