Skip to content

Commit

Permalink
Fixup e581456 for C++98
Browse files Browse the repository at this point in the history
  • Loading branch information
aquileia committed Apr 9, 2015
1 parent 63dfc7c commit ba2def9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/team.cpp
Expand Up @@ -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(),
Expand Down

0 comments on commit ba2def9

Please sign in to comment.