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:
authorYuri Gorshenin <y@maps.me>2017-10-26 15:12:55 +0300
committerRoman Kuznetsov <r.kuznetsow@gmail.com>2017-10-26 15:47:02 +0300
commit12febf1a5edd713d709880e27d93779f63352944 (patch)
tree03f6c73c8e5c7c21fa793f87e60e3105fafb224a /storage/storage.hpp
parentb38d8ac4629a6c43d9ce52d483d24952d14b6152 (diff)
Review fixes.android-gr-763
Diffstat (limited to 'storage/storage.hpp')
-rw-r--r--storage/storage.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/storage.hpp b/storage/storage.hpp
index bc14ad7b2b..1f1240948b 100644
--- a/storage/storage.hpp
+++ b/storage/storage.hpp
@@ -649,7 +649,7 @@ private:
TCountriesSet const & mwmsInQueue) const;
void PushToJustDownloaded(TQueue::iterator justDownloadedItem);
- void PeekFromQueue(TQueue::iterator it);
+ void PopFromQueue(TQueue::iterator it);
template <class ToDo>
void ForEachAncestorExceptForTheRoot(vector<TCountryTreeNode const *> const & nodes, ToDo && toDo) const;
/// Returns true if |node.Value().Name()| is a disputed territory and false otherwise.