Review fixes.

This commit is contained in:
Vladimir Byko-Ianko 2017-12-05 16:57:22 +03:00 committed by Ilya Zverev
parent c8fe8e352a
commit 006506aad3

View file

@ -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; }