X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/357695f1502a44ac90c73e554911ad092cd154e8..ae341715def192766a721bc47d8f3987a89bda10:/src/vikmaptype.h diff --git a/src/vikmaptype.h b/src/vikmaptype.h index d2361087..42020c3d 100644 --- a/src/vikmaptype.h +++ b/src/vikmaptype.h @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* * viking - * Copyright (C) Guilhem Bonnefille 2009 + * Copyright (C) 2009, Guilhem Bonnefille * * 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 @@ -48,7 +48,7 @@ struct _VikMapType }; GType vik_map_type_get_type (void) G_GNUC_CONST; -VikMapType *vik_map_type_new_with_id (VikMapsLayer_MapType map_type); +VikMapType *vik_map_type_new_with_id (VikMapsLayer_MapType map_type, const char *label); G_END_DECLS