roadveh_gui.c
changeset 2436 7d5df545bd5d
parent 2406 8c873205483a
child 2466 1aa260b43faa
--- a/roadveh_gui.c	Sat Sep 17 13:57:01 2005 +0000
+++ b/roadveh_gui.c	Sun Sep 18 20:56:44 2005 +0000
@@ -597,7 +597,7 @@
 	}
 }
 
-static int GetVehicleFromRoadDepotWndPt(Window *w, int x, int y, Vehicle **veh)
+static int GetVehicleFromRoadDepotWndPt(const Window *w, int x, int y, Vehicle **veh)
 {
 	uint xt,row,xm;
 	TileIndex tile;