diff --git a/ParkenDD/LotlistViewController.swift b/ParkenDD/LotlistViewController.swift index 28e806f..565c587 100644 --- a/ParkenDD/LotlistViewController.swift +++ b/ParkenDD/LotlistViewController.swift @@ -509,6 +509,10 @@ class LotlistViewController: UITableViewController, CLLocationManagerDelegate, M } } + func locationManager(manager: CLLocationManager!, didChangeAuthorizationStatus status: CLAuthorizationStatus) { + // TODO: Implement me to hopefully fix #41 + } + // ///////////////////////////////////////////////////////////////////////// // MARK: - MCSwipeTableViewCellDelegate // /////////////////////////////////////////////////////////////////////////