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:
committed by
Andrii Danylchenko
parent
9c14ccab8f
commit
c10c1cab2c
@@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user