fix char type
This commit is contained in:
parent
093d857ddc
commit
6c14ff9b7a
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ extract_bounding_box_grammar<Iterator, ErrorHandler>::extract_bounding_box_gramm
|
|||
qi::_b_type _b;
|
||||
qi::eps_type eps;
|
||||
qi::raw_type raw;
|
||||
boost::spirit::standard_wide::char_type char_;
|
||||
qi::char_type char_;
|
||||
boost::spirit::repository::qi::iter_pos_type iter_pos;
|
||||
using qi::fail;
|
||||
using qi::on_error;
|
||||
|
|
Loading…
Add table
Reference in a new issue