fixup C++11 compilation, thanks to duncan_shriek/roland_ on irc
This commit is contained in:
parent
1bf85228da
commit
0e9dcfb3db
1 changed files with 1 additions and 1 deletions
|
@ -2160,7 +2160,7 @@ WML_HANDLER_FUNCTION(set_variables, /*event_info*/, cfg)
|
|||
BOOST_FOREACH(const config &cfg, data) {
|
||||
merged_children.append(cfg);
|
||||
}
|
||||
data = boost::assign::list_of(merged_children);
|
||||
data = boost::assign::list_of(merged_children).convert_to_container<std::vector<config> >();
|
||||
}
|
||||
dest.merge_array(data);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue