From: Rob Norris Date: Sat, 4 Dec 2010 16:46:36 +0000 (+0000) Subject: Fix compiler warnings in osm.c X-Git-Url: https://git.street.me.uk/andy/viking.git/commitdiff_plain/bf6152e8bf32d3582bd564e02aac70a7dfc89828 Fix compiler warnings in osm.c Signed-off-by: Guilhem Bonnefille --- diff --git a/src/osm.c b/src/osm.c index 9a8778c0..01d451a5 100644 --- a/src/osm.c +++ b/src/osm.c @@ -72,7 +72,7 @@ void osm_init () { "check-file-server-time", TRUE, "use-etag", FALSE, NULL)); - VikWmscMapSource *wms_type = + VikMapSource *wms_type = VIK_MAP_SOURCE(g_object_new(VIK_TYPE_WMSC_MAP_SOURCE, "id", 18, "label", "OpenStreetMap (WMS)",