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:
authorAnatoly Serdtcev <serdtcev@maps.me>2019-05-06 10:51:25 +0300
committerAnatoly Serdtcev <serdtcev@maps.me>2019-05-06 10:51:25 +0300
commit26c0fe3064d85127dab4999ca70e34b90e197875 (patch)
treed3a25365b55bcb6010788e7d45162cc13e32fc11 /indexer
parentf3d8045593715c2f1381e6b29b343d3bc5822936 (diff)
[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,