]> git.street.me.uk Git - andy/viking.git/blobdiff - src/vikmapsource.c
Add the storage and retrieval of any kind of track or waypoint selected item (either...
[andy/viking.git] / src / vikmapsource.c
index eb28e8948cbf95ca91944bc7caf5b423e2defb51..5467e01236877ca36ef7eee322180b1ce166eed0 100644 (file)
@@ -98,7 +98,7 @@ _supports_download_only_new (VikMapSource *self)
  * retreive copyright(s) for the corresponding bounding box and zoom level.
  */
 void
-vik_map_source_get_copyright (VikMapSource *self, LatLonBBox bbox, gdouble zoom, void (*fct)(void*,const gchar*), void *data)
+vik_map_source_get_copyright (VikMapSource *self, LatLonBBox bbox, gdouble zoom, void (*fct)(VikViewport*,const gchar*), void *data)
 {
        VikMapSourceClass *klass;
        g_return_if_fail (self != NULL);