Skip to content

Commit

Permalink
+ wrap return value into mapnik::value_integer
Browse files Browse the repository at this point in the history
  • Loading branch information
artemp committed Dec 18, 2012
1 parent a38b252 commit e331566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mapnik/attribute.hpp
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -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();
} }
Expand Down

0 comments on commit e331566

Please sign in to comment.