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:
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.