mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Merge pull request #4756 from IvanSavenko/sonar_fixes
Fix some of the new warnings from sonarcloud
This commit is contained in:
@@ -24,7 +24,7 @@ PlayerLocalState::PlayerLocalState(CPlayerInterface & owner)
|
||||
{
|
||||
}
|
||||
|
||||
const PlayerSpellbookSetting & PlayerLocalState::getSpellbookSettings()
|
||||
const PlayerSpellbookSetting & PlayerLocalState::getSpellbookSettings() const
|
||||
{
|
||||
return spellbookSettings;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user