1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-05 00:49:09 +02:00

Merge pull request #4756 from IvanSavenko/sonar_fixes

Fix some of the new warnings from sonarcloud
This commit is contained in:
Ivan Savenko
2024-10-14 18:16:41 +03:00
committed by GitHub
27 changed files with 66 additions and 84 deletions

View File

@ -24,7 +24,7 @@ PlayerLocalState::PlayerLocalState(CPlayerInterface & owner)
{
}
const PlayerSpellbookSetting & PlayerLocalState::getSpellbookSettings()
const PlayerSpellbookSetting & PlayerLocalState::getSpellbookSettings() const
{
return spellbookSettings;
}