1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Fix build

This commit is contained in:
Ivan Savenko
2025-06-09 20:41:16 +03:00
parent 8d20c1d733
commit 0979f409c7
11 changed files with 23 additions and 13 deletions

View File

@@ -55,7 +55,7 @@ public:
void loadObject(std::string scope, std::string name, const JsonNode & data, size_t index) override;
BonusType stringToBonus(const std::string & name) const;
const std::string bonusToString(BonusType bonus) const;
const std::string & bonusToString(BonusType bonus) const;
bool isCreatureNatureBonus(BonusType bonus) const;