[indexer] builder fix

This commit is contained in:
Anatoly Serdtcev 2019-05-06 10:51:25 +03:00
parent f3d8045593
commit 26c0fe3064

View file

@ -7,7 +7,7 @@
namespace feature
{
enum class GeomType
enum class GeomType : int8_t
{
Undefined = -1,
Point = 0,