Warning fix

This commit is contained in:
Alex Zolotarev 2012-12-06 20:00:25 -08:00 committed by Alex Zolotarev
parent 00c7501e86
commit 1e37ed3bd9

View file

@ -72,7 +72,7 @@ public:
- (id)initWithService:(AppleLocationService *) service
{
if (self = [super init])
if ((self = [super init]))
m_service = service;
return self;
}