Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zolotarev <deathbaba@gmail.com>2012-09-04 19:01:29 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:43:03 +0300
commit9e3642d5e76af15ecdddf213850833d438fa4716 (patch)
tree035210fbfcdfb71a496fcadb7a21dcd1355e9446 /map/bookmark.hpp
parentcfc535083ff1fa4e8966469c8f3dd61549796f52 (diff)
Correct unique bookmarks file name generation
Diffstat (limited to 'map/bookmark.hpp')
-rw-r--r--map/bookmark.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/bookmark.hpp b/map/bookmark.hpp
index 3559aa9b5f..4adfb8b00d 100644
--- a/map/bookmark.hpp
+++ b/map/bookmark.hpp
@@ -66,7 +66,7 @@ public:
/// @param[in] path directory name where to save
bool SaveToKMLFileAtPath(string const & path);
- static string GenerateUniqueFileName(const string & path, string name);
+ static string GenerateUniqueFileName(const string & path, string const & name);
};
/// Non-const category is needed to "edit" bookmark (actually, re-add it)