]> git.street.me.uk Git - andy/viking.git/commitdiff
[QA] This function should be static
authorRob Norris <rw_norris@hotmail.com>
Sat, 30 Jan 2016 21:17:28 +0000 (21:17 +0000)
committerRob Norris <rw_norris@hotmail.com>
Sat, 30 Jan 2016 21:53:53 +0000 (21:53 +0000)
src/vikmapniklayer.c

index 541f0ecb26e639343a8d83e1d895f54dfc3cb0d1..7fe3163ba992a920d89cb80f785abf75e29c1857 100644 (file)
@@ -714,7 +714,7 @@ static void render_cancel_cleanup (RenderInfo *data)
 /**
  * Thread
  */
-void thread_add (VikMapnikLayer *vml, MapCoord *mul, VikCoord *ul, VikCoord *br, gint x, gint y, gint z, gint zoom, const gchar* name )
+static void thread_add (VikMapnikLayer *vml, MapCoord *mul, VikCoord *ul, VikCoord *br, gint x, gint y, gint z, gint zoom, const gchar* name )
 {
        // Create request
        guint nn = name ? g_str_hash ( name ) : 0;