summaryrefslogtreecommitdiff
path: root/src/cargopacket.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2009-10-18 18:47:43 +0000
committerfrosch <frosch@openttd.org>2009-10-18 18:47:43 +0000
commitfea06c575532d1070dc67e49453872601f97f84a (patch)
treef368f144650d096e18efbf8cdec44337c0925777 /src/cargopacket.h
parente613107e02c5eb99532452811e8b9341199ceb29 (diff)
downloadopenttd-fea06c575532d1070dc67e49453872601f97f84a.tar.xz
(svn r17809) -Fix: MSVC compilation.
Diffstat (limited to 'src/cargopacket.h')
-rw-r--r--src/cargopacket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cargopacket.h b/src/cargopacket.h
index 471f7a7d0..2d5c824e9 100644
--- a/src/cargopacket.h
+++ b/src/cargopacket.h
@@ -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();