X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/5b675792942d016e24a2175364b1891181d329d2..fe2bbf2a912219b30492d0bd1b79d70fa11e3413:/src/vikwmscmapsource.h?ds=sidebyside diff --git a/src/vikwmscmapsource.h b/src/vikwmscmapsource.h index f50a6230..cd4de354 100644 --- a/src/vikwmscmapsource.h +++ b/src/vikwmscmapsource.h @@ -5,7 +5,7 @@ * * viking is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the - * Free Software Foundation, either version 3 of the License, or + * Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * * viking is distributed in the hope that it will be useful, but @@ -48,7 +48,7 @@ struct _VikWmscMapSource GType vik_wmsc_map_source_get_type (void) G_GNUC_CONST; -VikWmscMapSource * vik_wmsc_map_source_new_with_id (guint8 id, const gchar *label, const gchar *hostname, const gchar *url); +VikWmscMapSource * vik_wmsc_map_source_new_with_id (guint16 id, const gchar *label, const gchar *hostname, const gchar *url); G_END_DECLS