src/autoreplace_gui.cpp
changeset 9203 082fbf0500c4
parent 9178 3235f895bf12
child 9210 98da60f3e086
--- a/src/autoreplace_gui.cpp	Tue May 13 14:28:27 2008 +0000
+++ b/src/autoreplace_gui.cpp	Tue May 13 14:43:33 2008 +0000
@@ -249,7 +249,7 @@
 	}
 
 public:
-	ReplaceVehicleWindow(const WindowDesc *desc, VehicleType vehicletype, GroupID id_g) : Window(desc, NULL, window_number)
+	ReplaceVehicleWindow(const WindowDesc *desc, VehicleType vehicletype, GroupID id_g) : Window(desc, window_number)
 	{
 		this->wagon_btnstate = true; // start with locomotives (all other vehicles will not read this bool)
 		new (&this->list[0]) EngineList();