forked from organicmaps/organicmaps
Warning fix
This commit is contained in:
parent
00c7501e86
commit
1e37ed3bd9
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ public:
|
|||
|
||||
- (id)initWithService:(AppleLocationService *) service
|
||||
{
|
||||
if (self = [super init])
|
||||
if ((self = [super init]))
|
||||
m_service = service;
|
||||
return self;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue