X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/07493583d2fd49343128488217fd19ddfc29eaad..c2cf03332f51a9fa992220124635f737399fba91:/src/terraservermapsource.h?ds=inline diff --git a/src/terraservermapsource.h b/src/terraservermapsource.h index 595976b4..673d44cd 100644 --- a/src/terraservermapsource.h +++ b/src/terraservermapsource.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 _TerraserverMapSource GType terraserver_map_source_get_type (void) G_GNUC_CONST; -TerraserverMapSource * terraserver_map_source_new_with_id (guint8 id, const char *label, int type); +TerraserverMapSource * terraserver_map_source_new_with_id (guint16 id, const char *label, int type); G_END_DECLS