summaryrefslogtreecommitdiff
path: root/src/station_cmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/station_cmd.cpp')
-rw-r--r--src/station_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp
index 696c0a8c2..8094b805d 100644
--- a/src/station_cmd.cpp
+++ b/src/station_cmd.cpp
@@ -2505,7 +2505,7 @@ static void DrawTile_Station(TileInfo *ti)
const RailtypeInfo *rti = NULL;
uint32 relocation = 0;
uint32 ground_relocation = 0;
- const BaseStation *st = NULL;
+ BaseStation *st = NULL;
const StationSpec *statspec = NULL;
uint tile_layout = 0;