fix bbox extractor

This commit is contained in:
artemp 2015-02-02 18:44:17 +01:00
parent 89e516b493
commit d5ff3f5f2c

View file

@ -55,7 +55,7 @@ extract_bounding_box_grammar<Iterator, ErrorHandler>::extract_bounding_box_gramm
qi::_b_type _b; qi::_b_type _b;
qi::eps_type eps; qi::eps_type eps;
qi::raw_type raw; qi::raw_type raw;
ascii::char_type char_; boost::spirit::standard_wide::char_type char_;
boost::spirit::repository::qi::iter_pos_type iter_pos; boost::spirit::repository::qi::iter_pos_type iter_pos;
using qi::fail; using qi::fail;
using qi::on_error; using qi::on_error;