1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

Nullkiller: fix build

This commit is contained in:
Andrii Danylchenko
2021-05-16 14:19:50 +03:00
committed by Andrii Danylchenko
parent 9c14ccab8f
commit c10c1cab2c

View File

@@ -81,7 +81,7 @@ struct AIPath
std::string toString() const;
std::shared_ptr<const ISpecialAction> AIPath::getFirstBlockedAction() const;
std::shared_ptr<const ISpecialAction> getFirstBlockedAction() const;
bool containsHero(const CGHeroInstance * hero) const;
};