mirror of
https://github.com/vcmi/vcmi.git
synced 2025-12-01 23:12:49 +02:00
Fix miscellaneous issues discovered by Sonar
This commit is contained in:
@@ -433,7 +433,7 @@ QuickSpellPanel::QuickSpellPanel(BattleInterface & owner)
|
||||
create();
|
||||
}
|
||||
|
||||
std::vector<std::tuple<SpellID, bool>> QuickSpellPanel::getSpells()
|
||||
std::vector<std::tuple<SpellID, bool>> QuickSpellPanel::getSpells() const
|
||||
{
|
||||
std::vector<SpellID> spellIds;
|
||||
std::vector<bool> spellIdsFromSetting;
|
||||
|
||||
Reference in New Issue
Block a user