forked from organicmaps/organicmaps-tmp
Made function publicly accessible
This commit is contained in:
parent
96165a0549
commit
113d7e655c
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,6 @@ protected:
|
|||
/// Used only on those platforms where needed
|
||||
PlatformImpl * m_impl;
|
||||
|
||||
static bool IsFileExistsByFullPath(string const & filePath);
|
||||
|
||||
/// Internal function to use files from writable dir
|
||||
/// if they override the same file in the resources dir
|
||||
string ReadPathForFile(string const & file) const;
|
||||
|
@ -46,6 +44,8 @@ public:
|
|||
Platform();
|
||||
~Platform();
|
||||
|
||||
static bool IsFileExistsByFullPath(string const & filePath);
|
||||
|
||||
/// @return always the same writable dir for current user with slash at the end
|
||||
string WritableDir() const { return m_writableDir; }
|
||||
/// @return full path to file in user's writable directory
|
||||
|
|
Loading…
Add table
Reference in a new issue