summaryrefslogtreecommitdiff
path: root/src/station_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/station_base.h')
-rw-r--r--src/station_base.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/station_base.h b/src/station_base.h
index b91fb499e..deb01bfc6 100644
--- a/src/station_base.h
+++ b/src/station_base.h
@@ -186,6 +186,8 @@ public:
{
return Station::Get(GetStationIndex(tile));
}
+
+ static void PostDestructor(size_t index);
};
#define FOR_ALL_STATIONS_FROM(var, start) FOR_ALL_ITEMS_FROM(Station, station_index, var, start)