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:
authorSergey Pisarchik <pisarchik@mapswithme.com>2014-07-12 09:08:50 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:20:24 +0300
commitad16a54a80b9a7da81b7b0f43800e5ef4019bb3a (patch)
tree98306125fe503faf6f3be47bbe50ece577215c20 /tizen/MapsWithMe
parent6776404b6a71a337cdc0c59e36d723d063cba4b3 (diff)
[Tizen] Review fix.
Diffstat (limited to 'tizen/MapsWithMe')
-rw-r--r--tizen/MapsWithMe/src/DownloadCountryForm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tizen/MapsWithMe/src/DownloadCountryForm.cpp b/tizen/MapsWithMe/src/DownloadCountryForm.cpp
index b46822c3e1..28c9007d46 100644
--- a/tizen/MapsWithMe/src/DownloadCountryForm.cpp
+++ b/tizen/MapsWithMe/src/DownloadCountryForm.cpp
@@ -256,7 +256,7 @@ void DownloadCountryForm::OnListViewItemStateChanged(ListView & listView, int in
NetConnectionManager connectionManager;
connectionManager.Construct();
ManagedNetConnection * pManagedNetConnection = connectionManager.GetManagedNetConnectionN();
- const NetConnectionInfo * pInfo = pManagedNetConnection->GetNetConnectionInfo();
+ NetConnectionInfo const * pInfo = pManagedNetConnection->GetNetConnectionInfo();
bool bDownload = true;
if (pInfo == 0 || pInfo->GetBearerType() == NET_BEARER_NONE)