Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

shellext: remove unneeded 'Directory::' from getdir

Changeset 520cbbc5b923

Parent e1399fdac0d0

by Adrian Buehlmann

Changes to one file · Browse files at 520cbbc5b923 Showing diff from parent e1399fdac0d0 Diff from another changeset...

 
45
46
47
48
 
49
50
51
 
45
46
47
 
48
49
50
51
@@ -45,7 +45,7 @@
  int add(const std::string& relpath, Direntry& e);     const Direntry* get(const std::string& relpath) const; - Directory* Directory::getdir(const std::string& n); + Directory* getdir(const std::string& n);     void print() const;  };