mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Replace MetaString operator << with member function
This commit is contained in:
@@ -167,7 +167,7 @@ void CQuestLog::recreateLabelList()
|
||||
if (auto seersHut = dynamic_cast<const CGSeerHut *>(quests[i].obj))
|
||||
{
|
||||
MetaString toSeer;
|
||||
toSeer << VLC->generaltexth->allTexts[347];
|
||||
toSeer.addRawString(VLC->generaltexth->allTexts[347]);
|
||||
toSeer.addReplacement(seersHut->seerName);
|
||||
text.addReplacement(toSeer.toString());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user