From 5eaf7a6211c2120d0cd44b8ffae6d1ef6b205d59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguye=CC=82=CC=83n?= Date: Mon, 11 Jan 2016 14:21:15 -0800 Subject: [ios, osx] Fixed Xcode 7.3 build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed a compiler error that’s new in Xcode 7.3. Also corrected a typo in MGLMapView on OS X. --- include/mbgl/osx/MGLMapView.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/mbgl/osx/MGLMapView.h b/include/mbgl/osx/MGLMapView.h index ae701de27a..7c7bea74aa 100644 --- a/include/mbgl/osx/MGLMapView.h +++ b/include/mbgl/osx/MGLMapView.h @@ -69,7 +69,7 @@ IB_DESIGNABLE @param frame The frame for the view, measured in points. @return An initialized map view. */ -- (instancetype)initWithFrame:(CGRect)frame; +- (instancetype)initWithFrame:(NSRect)frame; /** Initializes and returns a newly allocated map view with the specified frame and style URL. @@ -80,7 +80,7 @@ IB_DESIGNABLE (`mapbox://styles//