mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-12 21:22:31 +00:00
remove some transform calls
for range loop is more readable. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
committed by
Jari Sundell
parent
64cb3d11a0
commit
47089bce70
@@ -85,7 +85,7 @@ public:
|
||||
|
||||
bool is_valid() const;
|
||||
|
||||
const std::string& path() { return m_path; }
|
||||
const std::string& path() const { return m_path; }
|
||||
void set_path(const std::string& path) { m_path = path; }
|
||||
|
||||
bool update(int flags);
|
||||
|
||||
Reference in New Issue
Block a user