forked from organicmaps/organicmaps
[indexer] builder fix
This commit is contained in:
parent
f3d8045593
commit
26c0fe3064
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
namespace feature
|
||||
{
|
||||
enum class GeomType
|
||||
enum class GeomType : int8_t
|
||||
{
|
||||
Undefined = -1,
|
||||
Point = 0,
|
||||
|
|
Loading…
Add table
Reference in a new issue