]> git.street.me.uk Git - andy/viking.git/blobdiff - src/vikmapsourcedefault.h
Reduce compiler warnings on Windows.
[andy/viking.git] / src / vikmapsourcedefault.h
index 4d39ca7fd3f39122e915853e7ac4b703e9e437a8..f1eafcb8915c84ba4acb86790e04ac977297ef67 100644 (file)
@@ -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
@@ -43,7 +43,7 @@ struct _VikMapSourceDefaultClass
 
        gchar * (*get_uri) ( VikMapSourceDefault *self, MapCoord *src );
        gchar * (*get_hostname) ( VikMapSourceDefault *self );
-       DownloadMapOptions * (*get_download_options) ( VikMapSourceDefault *self );
+       DownloadFileOptions * (*get_download_options) ( VikMapSourceDefault *self );
 };
 
 struct _VikMapSourceDefault
@@ -54,7 +54,7 @@ struct _VikMapSourceDefault
 GType vik_map_source_default_get_type (void) G_GNUC_CONST;
 gchar * vik_map_source_default_get_uri( VikMapSourceDefault *self, MapCoord *src );
 gchar * vik_map_source_default_get_hostname( VikMapSourceDefault *self );
-DownloadMapOptions * vik_map_source_default_get_download_options( VikMapSourceDefault *self );
+DownloadFileOptions * vik_map_source_default_get_download_options( VikMapSourceDefault *self );
 
 G_END_DECLS