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
path: root/iphone
diff options
context:
space:
mode:
authorAlex Zolotarev <alex@mapswithme.com>2013-07-03 21:44:51 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:57:46 +0300
commit27ee9c27bca0a53626a1204d400414cb3858b16d (patch)
treed5706bf69a457e4971a4c9d67c527d5149c6cc79 /iphone
parent5543302a853bf18dec359d3259baa0dba43cf8b7 (diff)
[ios] Compilation fix
Diffstat (limited to 'iphone')
-rw-r--r--iphone/Maps/Classes/PlacePreviewViewController.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/iphone/Maps/Classes/PlacePreviewViewController.mm b/iphone/Maps/Classes/PlacePreviewViewController.mm
index 4539879430..fb494ae808 100644
--- a/iphone/Maps/Classes/PlacePreviewViewController.mm
+++ b/iphone/Maps/Classes/PlacePreviewViewController.mm
@@ -15,7 +15,7 @@
#import "PlaceAndCompasView.h"
#import "CompassView.h"
#import "MapsAppDelegate.h"
-#import "MapViewController.mm"
+#import "MapViewController.h"
#include "../../../search/result.hpp"
#include "../../../platform/platform.hpp"