mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Fix some 'new' issues reported by Sonar Cloud
This commit is contained in:
@@ -24,7 +24,7 @@ public:
|
||||
messageMissingMods = _ss.str();
|
||||
}
|
||||
|
||||
ModIncompatibility(const ModList & _missingMods, ModList & _excessiveMods)
|
||||
ModIncompatibility(const ModList & _missingMods, const ModList & _excessiveMods)
|
||||
: ModIncompatibility(_missingMods)
|
||||
{
|
||||
std::ostringstream _ss;
|
||||
|
||||
Reference in New Issue
Block a user