summaryrefslogtreecommitdiff
path: root/navit/mapset.h
diff options
context:
space:
mode:
authorrikky <rikky@ffa7fe5e-494d-0410-b361-a75ebd5db220>2012-09-21 21:44:30 +0000
committerrikky <rikky@ffa7fe5e-494d-0410-b361-a75ebd5db220>2012-09-21 21:44:30 +0000
commiteb508a7a489238409fab3b4e469f95807fe4f723 (patch)
treef0d8f17458cfc79b95727ebc7877880330603980 /navit/mapset.h
parente5f85c32b460a61be93f39c76738e434b87c9309 (diff)
downloadnavit-svn-eb508a7a489238409fab3b4e469f95807fe4f723.tar.gz
Fix:core:Fix some warnings
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5231 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/mapset.h')
-rw-r--r--navit/mapset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/mapset.h b/navit/mapset.h
index 0987ef06..6f8917d0 100644
--- a/navit/mapset.h
+++ b/navit/mapset.h
@@ -41,7 +41,7 @@ int mapset_add_attr(struct mapset *ms, struct attr *attr);
int mapset_remove_attr(struct mapset *ms, struct attr *attr);
int mapset_get_attr(struct mapset *ms, enum attr_type type, struct attr *attr, struct attr_iter *iter);
void mapset_destroy(struct mapset *ms);
-struct map *mapset_get_map_by_name(struct mapset *ms, char*map_name);
+struct map *mapset_get_map_by_name(struct mapset *ms, const char*map_name);
struct mapset_handle *mapset_open(struct mapset *ms);
struct map *mapset_next(struct mapset_handle *msh, int active);
void mapset_close(struct mapset_handle *msh);