mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-24 03:47:18 +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
|
||||
|
||||
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);
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user