(svn r8539) -Fix
authortron
Fri, 02 Feb 2007 19:09:54 +0000
changeset 5913 727fc088635a
parent 5912 d06408c8c040
child 5914 a038862ff1b9
(svn r8539) -Fix

static
src/station_cmd.cpp
--- 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;