(svn r17809) -Fix: MSVC compilation.

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

View File

@@ -316,7 +316,7 @@ public:
* @return true if there are still packets that might be moved from this cargo list
*/
template <class Tother_inst>
bool MoveTo(Tother_inst *dest, uint count, CargoList::MoveToAction mta, CargoPayment *payment, uint data = 0);
bool MoveTo(Tother_inst *dest, uint count, MoveToAction mta, CargoPayment *payment, uint data = 0);
/** Invalidates the cached data and rebuild it */
void InvalidateCache();