summaryrefslogtreecommitdiff
path: root/src/cargopacket.cpp
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.cpp
parente613107e02c5eb99532452811e8b9341199ceb29 (diff)
downloadopenttd-fea06c575532d1070dc67e49453872601f97f84a.tar.xz
(svn r17809) -Fix: MSVC compilation.
Diffstat (limited to 'src/cargopacket.cpp')
-rw-r--r--src/cargopacket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cargopacket.cpp b/src/cargopacket.cpp
index 12e7dde29..6c93fc1c9 100644
--- a/src/cargopacket.cpp
+++ b/src/cargopacket.cpp
@@ -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);