]> git.street.me.uk Git - andy/viking.git/blobdiff - src/bingmapsource.h
Fix incorrectly updating files during geotagging that are read only.
[andy/viking.git] / src / bingmapsource.h
index fa728fa403cdd344c8548a99bbd249e5e0c6ebdb..bab5529a912fdf16dd58802871e4f99920828e7f 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
@@ -48,7 +48,7 @@ struct _BingMapSource
 
 GType bing_map_source_get_type (void) G_GNUC_CONST;
 
-BingMapSource * bing_map_source_new_with_id (guint8 id, const gchar *label, const gchar *key);
+BingMapSource * bing_map_source_new_with_id (guint16 id, const gchar *label, const gchar *key);
 
 G_END_DECLS