From bef2bda067a5aae11ed88d8a84cc24c6a7dbafc7 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Tue, 17 Jan 2012 10:56:59 -0500 Subject: [PATCH] use std::size_t for mapnik::context mapping type --- include/mapnik/feature.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/mapnik/feature.hpp b/include/mapnik/feature.hpp index 0dfbf0424..e3bec8286 100644 --- a/include/mapnik/feature.hpp +++ b/include/mapnik/feature.hpp @@ -46,7 +46,7 @@ namespace mapnik { typedef boost::shared_ptr raster_ptr; -typedef std::map map_type; +typedef std::map map_type; typedef boost::associative_property_map base_type; class feature_impl; @@ -85,8 +85,7 @@ class feature_impl : private boost::noncopyable { friend class feature_kv_iterator; public: - - + typedef mapnik::value value_type; typedef std::vector cont_type;