changeset 5913:ba26846fe4ff draft

(svn r8539) -Fix static
author tron <tron@openttd.org>
date Fri, 02 Feb 2007 19:09:54 +0000
parents 1b36775cf194
children cfb5c65a5119
files src/station_cmd.cpp
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/station_cmd.cpp
+++ b/src/station_cmd.cpp
@@ -92,7 +92,8 @@
 	return rs;
 }
 
-uint GetNumRoadStopsInStation(const Station* st, RoadStop::Type type)
+
+static uint GetNumRoadStopsInStation(const Station* st, RoadStop::Type type)
 {
 	uint num = 0;
 	const RoadStop *rs;