From d5ff3f5f2cc90fcf1ff35f31602922d50469944b Mon Sep 17 00:00:00 2001 From: artemp Date: Mon, 2 Feb 2015 18:44:17 +0100 Subject: [PATCH] fix bbox extractor --- include/mapnik/json/extract_bounding_box_grammar_impl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mapnik/json/extract_bounding_box_grammar_impl.hpp b/include/mapnik/json/extract_bounding_box_grammar_impl.hpp index 0624de3f8..49ac87cf8 100644 --- a/include/mapnik/json/extract_bounding_box_grammar_impl.hpp +++ b/include/mapnik/json/extract_bounding_box_grammar_impl.hpp @@ -55,7 +55,7 @@ extract_bounding_box_grammar::extract_bounding_box_gramm qi::_b_type _b; qi::eps_type eps; qi::raw_type raw; - ascii::char_type char_; + boost::spirit::standard_wide::char_type char_; boost::spirit::repository::qi::iter_pos_type iter_pos; using qi::fail; using qi::on_error;