summaryrefslogtreecommitdiff
path: root/src/cargopacket.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2014-02-10 17:13:54 +0000
committerfrosch <frosch@openttd.org>2014-02-10 17:13:54 +0000
commit03169121c2909d007be624d45feab1843077d92d (patch)
treef870f13979219c557a61fa09ad02159f2e7cef11 /src/cargopacket.cpp
parent88787412b6ba8eceac27faf96425a44d230551c9 (diff)
downloadopenttd-03169121c2909d007be624d45feab1843077d92d.tar.xz
(svn r26328) -Fix: Warnings and compilation failures.
Diffstat (limited to 'src/cargopacket.cpp')
-rw-r--r--src/cargopacket.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cargopacket.cpp b/src/cargopacket.cpp
index c9457243f..3eea10a5b 100644
--- a/src/cargopacket.cpp
+++ b/src/cargopacket.cpp
@@ -868,5 +868,4 @@ uint StationCargoList::Reroute(uint max_move, StationCargoList *dest, StationID
*/
template class CargoList<VehicleCargoList, CargoPacketList>;
template class CargoList<StationCargoList, StationCargoPacketMap>;
-template uint VehicleCargoList::Reassign<VehicleCargoList::MTA_DELIVER, VehicleCargoList::MTA_KEEP>(uint max_move, TileOrStationID);
-template uint VehicleCargoList::Reassign<VehicleCargoList::MTA_DELIVER, VehicleCargoList::MTA_TRANSFER>(uint max_move, TileOrStationID next_station);
+template uint VehicleCargoList::Reassign<VehicleCargoList::MTA_DELIVER, VehicleCargoList::MTA_KEEP>(uint, TileOrStationID);