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:
authorSergey Yershov <yershov@corp.mail.ru>2014-12-30 15:40:08 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:36:07 +0300
commitc704245efa6a87e70961d19a0c8b4674d004840c (patch)
tree47fd1f17533bd2125a11fc35fcf5e756e64c7a55 /indexer/classificator.hpp
parentdce134c5af589c0f68afcb2586dae0672a97508c (diff)
Refactoring OSM tags processing
Diffstat (limited to 'indexer/classificator.hpp')
-rw-r--r--indexer/classificator.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/indexer/classificator.hpp b/indexer/classificator.hpp
index 05e156e30c..253754bf66 100644
--- a/indexer/classificator.hpp
+++ b/indexer/classificator.hpp
@@ -168,6 +168,11 @@ class Classificator : private noncopyable
static ClassifObject * AddV(ClassifObject * parent, string const & key, string const & value);
public:
+
+ typedef const char * Path1T[1];
+ typedef const char * Path2T[2];
+ typedef const char * Path3T[3];
+
Classificator() : m_root("world") {}
ClassifObject * Add(ClassifObject * parent, string const & key, string const & value);