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 <syershov@maps.me>2019-06-04 17:56:42 +0300
committerGitHub <noreply@github.com>2019-06-04 17:56:42 +0300
commitf416a7940b7ee39242fe074cd4033274f6deeaeb (patch)
treec84a5b8df16537e79876bee5685a251dff456be1 /indexer
parent1179690d23f734101f9f9942acfa4b65b78e9314 (diff)
parent71cb10b4b4a9819947167467b7e8053f4e2c1007 (diff)
Merge pull request #10835 from cc-engineering/indexer.builder-fix
[indexer] builder fix
Diffstat (limited to 'indexer')
-rw-r--r--indexer/feature_decl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/feature_decl.hpp b/indexer/feature_decl.hpp
index 4de877b396..333c8ae1dc 100644
--- a/indexer/feature_decl.hpp
+++ b/indexer/feature_decl.hpp
@@ -7,7 +7,7 @@
namespace feature
{
-enum class GeomType
+enum class GeomType : int8_t
{
Undefined = -1,
Point = 0,