]> git.street.me.uk Git - andy/viking.git/blobdiff - src/viktmsmapsource.h
[WINDOWS] Fix reading zip files on Windows due to compiler alignment defaults changing.
[andy/viking.git] / src / viktmsmapsource.h
index f946dc2c5a347b85734ff80226e453ccdd7643e1..354067d0e76b9c8797519ea631136d641288191d 100644 (file)
@@ -48,7 +48,7 @@ struct _VikTmsMapSource
 
 GType vik_tms_map_source_get_type (void) G_GNUC_CONST;
 
-VikTmsMapSource * vik_tms_map_source_new_with_id (guint8 id, const gchar *label, const gchar *hostname, const gchar *url);
+VikTmsMapSource * vik_tms_map_source_new_with_id (guint16 id, const gchar *label, const gchar *hostname, const gchar *url);
 
 G_END_DECLS