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 <alex@mapswithme.com>2013-07-05 04:24:47 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:58:17 +0300
commit4d9fb7de86a2d5a9bc3f39e1c1b65869c3380a0a (patch)
tree0cc5d01bf96be04ae1f0cd06733570f9596a3004 /platform/wifi_location_service.cpp
parent5d7723e7190679bb4cb477268297540f8d6607d2 (diff)
[mac] Fixed compilation issue with new MacOSX SDK - they removed WiFi scanning code starting from MacOS X 10.7
Diffstat (limited to 'platform/wifi_location_service.cpp')
-rw-r--r--platform/wifi_location_service.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/wifi_location_service.cpp b/platform/wifi_location_service.cpp
index 6954a8aee5..3fd394c5a8 100644
--- a/platform/wifi_location_service.cpp
+++ b/platform/wifi_location_service.cpp
@@ -64,7 +64,7 @@ namespace location
}
else
LOG(LWARNING, ("Location server is not available"));
- /// free memory
+ // free memory
delete &response;
}