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:
@ -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