fix c++03 compilation
This commit is contained in:
parent
630cce5e97
commit
53e8f54e02
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ void tcampaign_selection::pre_show(CVideo& video, twindow& window)
|
|||
tree_group_field["label"] = mod->name;
|
||||
tree_group_item["name"] = tree_group_field;
|
||||
|
||||
auto & node = mods_node.add_child("modification", tree_group_item);
|
||||
ttree_view_node & node = mods_node.add_child("modification", tree_group_item);
|
||||
ttoggle_button* checkbox = dynamic_cast<ttoggle_button*>(node.find("checkb", true));
|
||||
VALIDATE(checkbox, missing_widget("checkb"));
|
||||
checkbox->set_value(active);
|
||||
|
|
Loading…
Add table
Reference in a new issue