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/qt
diff options
context:
space:
mode:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-04-06 14:33:48 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-04-06 17:58:30 +0300
commitd13c4b9212ec64825a8bf46a6ecc771684f6ae8f (patch)
tree5887597546c336f2f358bfc35699e5b85c9dfe44 /qt
parent62dc46e750997cf6c3c550e46d9f992de86b84b8 (diff)
Exchanging size_t to uint64_t for mwm and group mwm size in bytes.
Diffstat (limited to 'qt')
-rw-r--r--qt/draw_widget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/draw_widget.cpp b/qt/draw_widget.cpp
index 882c8d5191..23fc076c14 100644
--- a/qt/draw_widget.cpp
+++ b/qt/draw_widget.cpp
@@ -129,7 +129,7 @@ void DrawWidget::UpdateCountryStatus(storage::TCountryId const & countryId)
auto status = m_framework->Storage().CountryStatusEx(countryId);
- uint64_t sizeInBytes = 0;
+ storage::TMwmSize sizeInBytes = 0;
if (!countryId.empty())
{
storage::NodeAttrs nodeAttrs;