Tab completion functional.

git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@357 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2005-03-17 01:07:54 +00:00
parent 8090d4db26
commit cefa2b584d
13 changed files with 275 additions and 17 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ public:
Directory() {}
Directory(const std::string& path) : m_path(path) {}
void update();
bool update();
const std::string& get_path() { return m_path; }