1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +02:00

Fix docs, update spell immunity usage of addinfo, fix sonar

This commit is contained in:
Ivan Savenko
2025-06-15 14:25:18 +03:00
parent f5c037137b
commit 2b43d415a9
7 changed files with 8 additions and 6 deletions

View File

@@ -69,7 +69,7 @@ class DLL_LINKAGE CIdentifierStorage
/// Check if identifier can be valid (camelCase, point as separator)
static void checkIdentifier(const std::string & ID);
void requestIdentifier(ObjectCallback callback) const;
void requestIdentifier(const ObjectCallback & callback) const;
bool resolveIdentifier(const ObjectCallback & callback) const;
std::vector<ObjectData> getPossibleIdentifiers(const ObjectCallback & callback) const;