+ wrap return value into mapnik::value_integer

This commit is contained in:
artemp 2012-12-18 15:18:40 +00:00
parent a38b252ccd
commit e331566ac7

View file

@ -59,7 +59,7 @@ struct geometry_type_attribute
{ {
if (type != 0 && itr->type() != type) if (type != 0 && itr->type() != type)
{ {
return 4LL; // Collection return value_integer(4); // Collection
} }
type = itr->type(); type = itr->type();
} }