mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-21 17:27:07 +00:00
Fixup e5814560be for C++98
This commit is contained in:
parent
63dfc7cbe6
commit
ba2def989c
@ -70,7 +70,7 @@ const boost::container::flat_set<std::string> team::attributes = boost::assign::
|
||||
("faction_from_recruit")("faction_name")("gold_lock")("income_lock")
|
||||
("leader")("random_leader")("team_lock")("terrain_liked")
|
||||
("user_description")("default_recruit")("controller_lock")("chose_random")
|
||||
("description").convert_to_container<boost::container::flat_set<std::string>>();
|
||||
("description").convert_to_container<boost::container::flat_set<std::string> >();
|
||||
|
||||
team::team_info::team_info() :
|
||||
name(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user