]> git.street.me.uk Git - andy/viking.git/blobdiff - src/terraservermapsource.h
added save previous user input string and input label options to datasource search...
[andy/viking.git] / src / terraservermapsource.h
index 1473dab54922c2606f1741aa4026055d63a7a16d..673d44cdc1abe66fecddf0f6075db6240d0b93dd 100644 (file)
@@ -48,7 +48,7 @@ struct _TerraserverMapSource
 
 GType terraserver_map_source_get_type (void) G_GNUC_CONST;
 
-TerraserverMapSource * terraserver_map_source_new_with_id (guint8 id, const char *label, int type);
+TerraserverMapSource * terraserver_map_source_new_with_id (guint16 id, const char *label, int type);
 
 G_END_DECLS