- The ::capture_first method now returns a pointer to the new branch.
This commit is contained in:
Paul Beckingham
2014-04-19 11:56:31 -04:00
parent 24d7411aa8
commit e8e25bb7c6
7 changed files with 12 additions and 4 deletions

View File

@@ -54,7 +54,7 @@ public:
void get_data_location (Path&);
void apply_overrides ();
void inject_defaults ();
void capture_first (const std::string&);
Tree* capture_first (const std::string&);
private:
void findBinary ();