mirror of
https://github.com/vcmi/vcmi.git
synced 2025-02-03 13:01:33 +02:00
Another build fix
This commit is contained in:
parent
88178567b1
commit
850da65f80
@ -30,7 +30,7 @@ private:
|
|||||||
std::shared_ptr<CCallback> cb; //this is enough, but we downcast from CCallback
|
std::shared_ptr<CCallback> cb; //this is enough, but we downcast from CCallback
|
||||||
|
|
||||||
public:
|
public:
|
||||||
ArmyFormation(std::shared_ptr<CCallback> CB, const Nullkiller * ai): cb(CB), ai(ai) {}
|
ArmyFormation(std::shared_ptr<CCallback> CB, const Nullkiller * ai): cb(CB) {}
|
||||||
|
|
||||||
void rearrangeArmyForSiege(const CGTownInstance * town, const CGHeroInstance * attacker);
|
void rearrangeArmyForSiege(const CGTownInstance * town, const CGHeroInstance * attacker);
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user