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 00:43:28 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:43:02 +0300
commit4b045fdb730634e0ef28bad1c0733b6f363a32cc (patch)
tree84ea66b7b6919aa7cdd3973a8e12a56572557d84 /map/bookmark.hpp
parent7898728bb62788a5a1615e809f1e09791c3cb6e0 (diff)
Changes according to code review
Diffstat (limited to 'map/bookmark.hpp')
-rw-r--r--map/bookmark.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/map/bookmark.hpp b/map/bookmark.hpp
index b529bd0797..3559aa9b5f 100644
--- a/map/bookmark.hpp
+++ b/map/bookmark.hpp
@@ -65,6 +65,8 @@ public:
/// creates unique file name on first save and uses it every time
/// @param[in] path directory name where to save
bool SaveToKMLFileAtPath(string const & path);
+
+ static string GenerateUniqueFileName(const string & path, string name);
};
/// Non-const category is needed to "edit" bookmark (actually, re-add it)