summaryrefslogtreecommitdiff
path: root/src/station_func.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/station_func.h')
-rw-r--r--src/station_func.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/station_func.h b/src/station_func.h
index a8396a7ee..893e12bc6 100644
--- a/src/station_func.h
+++ b/src/station_func.h
@@ -34,7 +34,7 @@ RoadStop * GetRoadStopByTile(TileIndex tile, RoadStopType type);
uint GetNumRoadStops(const Station *st, RoadStopType type);
RoadStop * AllocateRoadStop();
-void ClearSlot(Vehicle *v);
+void ClearSlot(struct RoadVehicle *v);
void DeleteOilRig(TileIndex t);