Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'iphone/Maps/Classes/MapViewController.h')
-rw-r--r--iphone/Maps/Classes/MapViewController.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/iphone/Maps/Classes/MapViewController.h b/iphone/Maps/Classes/MapViewController.h
index 1de866f0a2..42669e885f 100644
--- a/iphone/Maps/Classes/MapViewController.h
+++ b/iphone/Maps/Classes/MapViewController.h
@@ -15,7 +15,7 @@ namespace search { struct AddressInfo; }
@interface MapViewController : MWMViewController <LocationObserver, UIPopoverControllerDelegate>
{
CGPoint m_popoverPos;
-
+
LocationPredictor * m_predictor;
}
@@ -49,6 +49,5 @@ namespace search { struct AddressInfo; }
@property (nonatomic, readonly) MWMMapViewControlsManager * controlsManager;
@property (nonatomic) m2::PointD restoreRouteDestination;
@property (nonatomic) MWMAPIBar * apiBar;
-@property (nonatomic) BOOL skipPlacePageDismissOnViewDisappear;
@end