mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Fix docs, update spell immunity usage of addinfo, fix sonar
This commit is contained in:
@@ -89,7 +89,7 @@ void CIdentifierStorage::checkIdentifier(const std::string & ID)
|
||||
logMod->error("BIG WARNING: identifier %s seems to be broken!", ID);
|
||||
}
|
||||
|
||||
void CIdentifierStorage::requestIdentifier(ObjectCallback callback) const
|
||||
void CIdentifierStorage::requestIdentifier(const ObjectCallback & callback) const
|
||||
{
|
||||
checkIdentifier(callback.type);
|
||||
checkIdentifier(callback.name);
|
||||
|
||||
Reference in New Issue
Block a user