src/ai/api/ai_vehiclelist.hpp
branchnoai
changeset 9740 a98f20bce404
parent 9647 c17046b1b8a2
child 9744 7297fcf46e03
--- a/src/ai/api/ai_vehiclelist.hpp	Sat Feb 23 14:14:06 2008 +0000
+++ b/src/ai/api/ai_vehiclelist.hpp	Sat Feb 23 14:33:18 2008 +0000
@@ -37,7 +37,7 @@
 	 * The constructor to make a list of vehicles that goes to this station.
 	 * @param station The station to get the list of vehicles that go here from.
 	 */
-	AIStationVehicleList(StationID station);
+	AIStationVehicleList(StationID station_id);
 };
 
 #endif /* AI_VEHICLELIST_HPP */