diff --git a/include/mapnik/json/error_handler.hpp b/include/mapnik/json/error_handler.hpp index 7432c10f0..74b0aa48d 100644 --- a/include/mapnik/json/error_handler.hpp +++ b/include/mapnik/json/error_handler.hpp @@ -34,7 +34,7 @@ struct error_handler { using result_type = void; void operator() ( - Iterator, Iterator last, + Iterator, Iterator, Iterator err_pos, boost::spirit::info const& what) const { std::stringstream s;