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:
authorArsentiy Milchakov <milcars@mapswithme.com>2016-09-28 20:49:42 +0300
committerArsentiy Milchakov <milcars@mapswithme.com>2016-09-28 20:49:42 +0300
commitfcf41c868d50b0e17c4e9a8f8505f0d9567ff235 (patch)
treee7fbf9a6a6462048065fe22f700b1217beae73d2 /indexer/categories_holder.hpp
parent6f12239a778ed7c19326229b5aa2e9966f206ddd (diff)
added mark for readable names into categories.txt
Diffstat (limited to 'indexer/categories_holder.hpp')
-rw-r--r--indexer/categories_holder.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indexer/categories_holder.hpp b/indexer/categories_holder.hpp
index 948f58894c..c331708359 100644
--- a/indexer/categories_holder.hpp
+++ b/indexer/categories_holder.hpp
@@ -1,6 +1,7 @@
#pragma once
#include "base/string_utils.hpp"
+#include "std/deque.hpp"
#include "std/iostream.hpp"
#include "std/map.hpp"
#include "std/shared_ptr.hpp"
@@ -28,7 +29,7 @@ public:
uint8_t m_prefixLengthToSuggest;
};
- vector<Name> m_synonyms;
+ deque<Name> m_synonyms;
inline void Swap(Category & r)
{