]> git.street.me.uk Git - andy/viking.git/blobdiff - src/vikslippymapsource.h
[QA] Remove unused parameter
[andy/viking.git] / src / vikslippymapsource.h
index 326dcf529d103020294b0f5cfd8120453cb56385..9ec2b05f1b7186ab5d00a1673f8c24cfb55832e5 100644 (file)
@@ -50,7 +50,7 @@ struct _VikSlippyMapSource
 
 GType vik_slippy_map_source_get_type (void) G_GNUC_CONST;
 
-VikSlippyMapSource * vik_slippy_map_source_new_with_id (guint8 id, const gchar *label, const gchar *hostname, const gchar *url);
+VikSlippyMapSource * vik_slippy_map_source_new_with_id (guint16 id, const gchar *label, const gchar *hostname, const gchar *url);
 
 G_END_DECLS