Skip to content

Commit

Permalink
Compilation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ciplogic committed Feb 14, 2018
1 parent c528f07 commit baf1b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fheroes2/army/army.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

namespace
{
bool ArmyStrongestTroop(const Troop* &t1, const Troop* &t2)
bool ArmyStrongestTroop(const Troop *t1, const Troop *t2)
{
return t1->GetDamageMin() > t2->GetDamageMin();
}
Expand Down

0 comments on commit baf1b28

Please sign in to comment.