From 860b9b1cead825da2dfc109858f8f134f973f62d Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 9 Nov 2009 10:40:33 +0000 Subject: (svn r18028) -Codechange: unglobalise some functions --- src/waypoint_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/waypoint_cmd.cpp') diff --git a/src/waypoint_cmd.cpp b/src/waypoint_cmd.cpp index bab3eb4ac..9d1366360 100644 --- a/src/waypoint_cmd.cpp +++ b/src/waypoint_cmd.cpp @@ -46,7 +46,7 @@ void Waypoint::UpdateVirtCoord() * Set the default name for a waypoint * @param wp Waypoint to work on */ -void MakeDefaultWaypointName(Waypoint *wp) +static void MakeDefaultWaypointName(Waypoint *wp) { uint32 used = 0; // bitmap of used waypoint numbers, sliding window with 'next' as base uint32 next = 0; // first waypoint number in the bitmap -- cgit v1.2.3-54-g00ecf