forked from organicmaps/organicmaps
Review fixes.
This commit is contained in:
parent
c8fe8e352a
commit
006506aad3
1 changed files with 0 additions and 1 deletions
|
@ -162,7 +162,6 @@ public:
|
|||
/// @return path for directory in the persistent memory, can be the same
|
||||
/// as WritableDir, but on some platforms it's different
|
||||
string SettingsDir() const { return m_settingsDir; }
|
||||
/// Set settings dir — use for testing.
|
||||
void SetSettingsDir(string const & path);
|
||||
/// @return full path to file in the settings directory
|
||||
string SettingsPathForFile(string const & file) const { return SettingsDir() + file; }
|
||||
|
|
Loading…
Add table
Reference in a new issue