* FS.cpp : rename method

This commit is contained in:
hagen 2016-02-18 00:00:00 +00:00
parent 2b92a039bb
commit 464a228106
2 changed files with 3 additions and 3 deletions

2
FS.cpp
View file

@ -104,7 +104,7 @@ namespace fs {
return boost::filesystem::remove(path);
}
void HashedStorage::SetRoot(const std::string &path) {
void HashedStorage::SetPlace(const std::string &path) {
root = path + i2p::fs::dirSep + name;
}