[ios] Fixed build.

This commit is contained in:
Ilya Grechuhin 2015-06-25 16:57:18 +03:00 committed by Alex Zolotarev
parent 1f38344c87
commit 71a798e58e

View file

@ -307,7 +307,7 @@ typedef NS_ENUM(NSUInteger, MWMPlacePageManagerState)
- (BOOL)isDirectionViewShown
{
return self.directionView.superview;
return self.directionView.superview != nil;
}
- (void)setTopBound:(CGFloat)bound