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:
authorAlex Zolotarev <deathbaba@gmail.com>2012-10-14 04:13:06 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:45:15 +0300
commit97fc21ae33ab38c669b173b0ba172bd42f31c36e (patch)
tree920813805d665a16a817b097dbfcbe5c871b9ff5 /iphone/Maps/Classes/MapsAppDelegate.h
parent39fb857125148fd4de7e5feb5aedd4d26ef88574 (diff)
[ios] Show search result as a bookmark balloon
Diffstat (limited to 'iphone/Maps/Classes/MapsAppDelegate.h')
-rw-r--r--iphone/Maps/Classes/MapsAppDelegate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/iphone/Maps/Classes/MapsAppDelegate.h b/iphone/Maps/Classes/MapsAppDelegate.h
index 768085743f..8cdf891332 100644
--- a/iphone/Maps/Classes/MapsAppDelegate.h
+++ b/iphone/Maps/Classes/MapsAppDelegate.h
@@ -16,7 +16,7 @@
@property (nonatomic, retain) IBOutlet MapViewController * m_mapViewController;
@property (nonatomic, readonly) LocationManager * m_locationManager;
-+ (MapsAppDelegate *) theApp;
++ (MapsAppDelegate *)theApp;
- (SettingsManager *)settingsManager;