From d58cc49d0ec0f1c1862b0476c6a28391815df5aa Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sun, 12 Feb 2017 18:21:15 -0800 Subject: We need Path in DiskFolder subclass to forge flag. --- ldid.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ldid.hpp b/ldid.hpp index 13b69da..ce9d8d0 100644 --- a/ldid.hpp +++ b/ldid.hpp @@ -63,8 +63,10 @@ class DiskFolder : const std::string path_; std::map commit_; + protected: std::string Path(const std::string &path) const; + private: void Find(const std::string &root, const std::string &base, const Functor &code, const Functor &)> &link) const; public: -- cgit v1.2.3-56-ge451