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:
authorKirill Zhdanovich <kzhdanovich@gmail.com>2013-04-17 17:22:34 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:53:19 +0300
commitc298917793169e6158d44113d5b9e62712331f96 (patch)
treecdcc977ee858942bdb35b6c154a9d96afcf227c2 /map/ge0_parser.hpp
parenta423086753dac5b877b4bf52b0897e01d406572a (diff)
constant moved to hpp
Diffstat (limited to 'map/ge0_parser.hpp')
-rw-r--r--map/ge0_parser.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/map/ge0_parser.hpp b/map/ge0_parser.hpp
index fabfa1f6b0..5d668e329c 100644
--- a/map/ge0_parser.hpp
+++ b/map/ge0_parser.hpp
@@ -2,6 +2,8 @@
#include "../base/base.hpp"
#include "../std/string.hpp"
+static const int NAME_POSITON_IN_URL = 17;
+
namespace url_api
{