mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Removed getStr(bool), replaced with similar toString()
This commit is contained in:
@@ -75,7 +75,7 @@ std::string CQuery::toString() const
|
||||
|
||||
for(size_t i = 0; i < size; i++)
|
||||
{
|
||||
names += boost::to_upper_copy<std::string>(players[i].getStr());
|
||||
names += boost::to_upper_copy<std::string>(players[i].toString());
|
||||
|
||||
if(i < size - 2)
|
||||
names += ", ";
|
||||
|
||||
Reference in New Issue
Block a user