mirror of
https://github.com/vcmi/vcmi.git
synced 2025-12-01 23:12:49 +02:00
Fix sonar, fix build
This commit is contained in:
@@ -94,7 +94,7 @@ std::vector<std::string> BattleConsole::getVisibleText() const
|
||||
return {logEntries[scrollPosition - 1], logEntries[scrollPosition]};
|
||||
}
|
||||
|
||||
std::vector<std::string> BattleConsole::splitText(const std::string & text)
|
||||
std::vector<std::string> BattleConsole::splitText(const std::string & text) const
|
||||
{
|
||||
std::vector<std::string> lines;
|
||||
std::vector<std::string> output;
|
||||
|
||||
Reference in New Issue
Block a user