small fix that wrong parameter is passed to scan_div

This commit is contained in:
Jinhao 2019-04-10 23:13:37 +08:00
parent 682e92c14d
commit 3716961eb4

View File

@ -3302,7 +3302,7 @@ namespace nana
try try
{ {
place_parts::tokenizer tknizer(div_text); place_parts::tokenizer tknizer(div_text);
auto modified = impl_->scan_div(tknizer, name); auto modified = impl_->scan_div(tknizer, true, name);
auto modified_ptr = modified.get(); auto modified_ptr = modified.get();
modified_ptr->name = name; modified_ptr->name = name;