(svn r17809) -Fix: MSVC compilation.

This commit is contained in:
frosch
2009-10-18 18:47:43 +00:00
parent 756f813040
commit f1d37fab37
2 changed files with 2 additions and 2 deletions

View File

@@ -171,7 +171,7 @@ void CargoList<Tinst>::Truncate(uint max_remaining)
template <class Tinst>
template <class Tother_inst>
bool CargoList<Tinst>::MoveTo(Tother_inst *dest, uint max_move, CargoList::MoveToAction mta, CargoPayment *payment, uint data)
bool CargoList<Tinst>::MoveTo(Tother_inst *dest, uint max_move, MoveToAction mta, CargoPayment *payment, uint data)
{
assert(mta == MTA_FINAL_DELIVERY || dest != NULL);
assert(mta == MTA_UNLOAD || mta == MTA_CARGO_LOAD || payment != NULL);