diff --git a/platform/apple_location_service.mm b/platform/apple_location_service.mm index d8486aaf07..ffaa587a38 100644 --- a/platform/apple_location_service.mm +++ b/platform/apple_location_service.mm @@ -72,7 +72,7 @@ public: - (id)initWithService:(AppleLocationService *) service { - if (self = [super init]) + if ((self = [super init])) m_service = service; return self; }