Fix a compilation error.
This commit is contained in:
parent
0029e7e9d0
commit
6f90db5cde
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ void tdebug_layout_graph::widget_generate_info(std::ostream& out,
|
|||
id + "_I_" + lexical_cast<std::string>(i);
|
||||
|
||||
widget_generate_info(out,
|
||||
&generator->get_item(i),
|
||||
&generator->item(i),
|
||||
child_id, true);
|
||||
|
||||
out << "\t" << id << " -> "
|
||||
|
|
Loading…
Add table
Reference in a new issue