summaryrefslogtreecommitdiff
path: root/navit/projection.h
diff options
context:
space:
mode:
authormdankov <mdankov@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-11-23 21:25:30 +0000
committermdankov <mdankov@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-11-23 21:25:30 +0000
commit669edfcd220a3bd8e69e352578a8fc369477ac08 (patch)
tree36bb26b158d93beead3b9c526cc67a896a9386d9 /navit/projection.h
parent10608d12fc25cae72f8ad3ce67f2310a70988159 (diff)
downloadnavit-669edfcd220a3bd8e69e352578a8fc369477ac08.tar.gz
Fix:gui_internal:Do not allow duplicate entries in the list of former destinations. Fixes #955. Thank you sleske.
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4847 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/projection.h')
-rw-r--r--navit/projection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/projection.h b/navit/projection.h
index 449c28fb0..6dd78d17e 100644
--- a/navit/projection.h
+++ b/navit/projection.h
@@ -30,7 +30,7 @@ enum map_datum {
struct coord;
enum projection projection_from_name(const char *name, struct coord *offset);
-char * projection_to_name(enum projection proj, struct coord *offset);
+char * projection_to_name(enum projection proj);
#endif