From 7bb5676f11578ce1cdb77de3804bc598bd5fb861 Mon Sep 17 00:00:00 2001 From: XinGang Li Date: Mon, 18 Feb 2013 23:34:00 +0800 Subject: [PATCH] Let template parameter type same as declaration in hpp file. --- bindings/python/python_grid_utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/python_grid_utils.cpp b/bindings/python/python_grid_utils.cpp index ee6e46236..952f5ce36 100644 --- a/bindings/python/python_grid_utils.cpp +++ b/bindings/python/python_grid_utils.cpp @@ -45,7 +45,7 @@ namespace mapnik { template void grid2utf(T const& grid_type, boost::python::list& l, - std::vector& key_order) + std::vector& key_order) { typedef std::map< typename T::lookup_type, typename T::value_type> keys_type; typedef typename keys_type::const_iterator keys_iterator;