summaryrefslogtreecommitdiff
path: root/src/station.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/station.cpp')
-rw-r--r--src/station.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/station.cpp b/src/station.cpp
index a8a89171f..274bfba0b 100644
--- a/src/station.cpp
+++ b/src/station.cpp
@@ -116,7 +116,7 @@ Station::~Station()
* after removing item from the pool.
* @param index index of deleted item
*/
-void Station::PostDestructor(size_t index)
+void BaseStation::PostDestructor(size_t index)
{
InvalidateWindowData(WC_SELECT_STATION, 0, 0);
}