small fix that wrong parameter is passed to scan_div
This commit is contained in:
parent
682e92c14d
commit
3716961eb4
@ -3302,7 +3302,7 @@ namespace nana
|
||||
try
|
||||
{
|
||||
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();
|
||||
modified_ptr->name = name;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user