1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-30 07:34:37 +01:00

(svn r17508) -Fix [FS#3195] (r16859): join station window didn't get updated when stations were removed from the pool

This commit is contained in:
rubidium
2009-09-12 12:56:49 +00:00
parent 461556e2c0
commit c60cebd4bb
3 changed files with 3 additions and 3 deletions

View File

@@ -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);
}