src/station_cmd.cpp
changeset 5913 727fc088635a
parent 5906 d743f61aba80
child 5914 a038862ff1b9
--- a/src/station_cmd.cpp	Fri Feb 02 19:07:20 2007 +0000
+++ b/src/station_cmd.cpp	Fri Feb 02 19:09:54 2007 +0000
@@ -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;