diff --git a/src/station_gui.cpp b/src/station_gui.cpp --- a/src/station_gui.cpp +++ b/src/station_gui.cpp @@ -1281,7 +1281,7 @@ static bool AddNearbyStation(TileIndex t * @param distant_join Search for adjacent stations (false) or stations fully * within station spread * @tparam T the type of station to look for - **/ + */ template static const T *FindStationsNearby(TileArea ta, bool distant_join) {