Skip to content

Commit

Permalink
Fixing last remaining test failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerrad Thramer authored and Jerrad Thramer committed Sep 24, 2019
1 parent 024b26f commit 93ff338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MapboxNavigation/NavigationViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ open class NavigationViewController: UIViewController, NavigationStatusPresenter

- note: Do not change this map view’s `NavigationMapView.navigationMapDelegate` property; instead, implement the corresponding methods on `NavigationViewControllerDelegate`.
*/
public var mapView: NavigationMapView? {
@objc public var mapView: NavigationMapView? {
get {
return mapViewController?.mapView
}
Expand Down

0 comments on commit 93ff338

Please sign in to comment.