diff --git a/include/mapnik/attribute.hpp b/include/mapnik/attribute.hpp index ccccf8b9b..d7c1c0e8c 100644 --- a/include/mapnik/attribute.hpp +++ b/include/mapnik/attribute.hpp @@ -59,7 +59,7 @@ struct geometry_type_attribute { if (type != 0 && itr->type() != type) { - return 4LL; // Collection + return value_integer(4); // Collection } type = itr->type(); }