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:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2017-12-04 13:14:18 +0300
committermpimenov <mpimenov@users.noreply.github.com>2017-12-06 15:24:19 +0300
commit601f71fc8382f04db5769c6ecb7320717aebadf2 (patch)
treeabf003a528c4019f28b47433dcdd6aaa443b7020 /platform/platform.hpp
parent97e745281ecda8a4aaa761eba589d4939b42188c (diff)
generator_tool comment detalization.
Diffstat (limited to 'platform/platform.hpp')
-rw-r--r--platform/platform.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/platform.hpp b/platform/platform.hpp
index 5af3932331..22cd8ff594 100644
--- a/platform/platform.hpp
+++ b/platform/platform.hpp
@@ -121,6 +121,7 @@ public:
/// @return true if we can create custom texture allocator in drape
static bool IsCustomTextureAllocatorSupported();
+ static string GetWorkingDirectory() noexcept;
/// @return always the same writable dir for current user with slash at the end
string WritableDir() const { return m_writableDir; }
/// Set writable dir — use for testing and linux stuff only