Fix a Doxygen style issue.

The comment was accidentally seen as Doxygen comment, but that was no
the intention.

The issue was found by Clang 3.4.
This commit is contained in:
Mark de Wever 2014-01-05 16:40:45 +01:00
parent 17dbf17eec
commit ae4e97bc72

View File

@ -2283,7 +2283,7 @@ std::map<std::string,std::string> unit::advancement_icons() const
std::vector<std::pair<std::string,std::string> > unit::amla_icons() const
{
std::vector<std::pair<std::string,std::string> > temp;
std::pair<std::string,std::string> icon; //<image,tooltip>
std::pair<std::string,std::string> icon; // <image,tooltip>
BOOST_FOREACH(const config &adv, get_modification_advances())
{