From: Jay Freeman (saurik) Date: Mon, 13 Feb 2017 02:21:15 +0000 (-0800) Subject: We need Path in DiskFolder subclass to forge flag. X-Git-Tag: v2.1.0~26 X-Git-Url: https://git.saurik.com/ldid.git/commitdiff_plain/d58cc49d0ec0f1c1862b0476c6a28391815df5aa We need Path in DiskFolder subclass to forge flag. --- 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: