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:
authorMaxim Pimenov <m@maps.me>2019-02-14 17:51:49 +0300
committerVlad Mihaylenko <vxmihaylenko@gmail.com>2019-02-14 17:54:27 +0300
commit6e096f61060e521413774bd96a9c6a038a697998 (patch)
tree35c94ae376821c66b0529498068a43b441676ccb /storage
parent11333327f58ed46fabdaf87ddb78dc72b03d7908 (diff)
[storage] Fixed a warning.
Diffstat (limited to 'storage')
-rw-r--r--storage/queued_country.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/queued_country.hpp b/storage/queued_country.hpp
index fb5028c258..fc574106ad 100644
--- a/storage/queued_country.hpp
+++ b/storage/queued_country.hpp
@@ -33,6 +33,5 @@ private:
MapOptions m_init;
MapOptions m_left;
MapOptions m_current;
- bool m_isFrozen = false;
};
} // namespace storage