- adjustments for the new Eir SDK revision
@@ -567,7 +567,7 @@ | ||
567 | 567 | { |
568 | 568 | return eir::to_number_len( tok, tokLen ); |
569 | 569 | } |
570 | - catch( codepoint_exception& ) | |
570 | + catch( eir::codepoint_exception& ) | |
571 | 571 | { |
572 | 572 | throw bad_format_exception(); |
573 | 573 | } |