From 54a0f854a764b94490a1ecd8cde9fbe70de6a3bb Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Mon, 28 Sep 2015 02:38:55 -0700 Subject: Avoid FTS (broken in glibc, not present on Win32). --- ldid.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ldid.hpp') diff --git a/ldid.hpp b/ldid.hpp index 4ae4950..e9a0be9 100644 --- a/ldid.hpp +++ b/ldid.hpp @@ -61,6 +61,8 @@ class DiskFolder : std::string Path(const std::string &path); + void Find(const std::string &root, const std::string &base, const Functor &)> &)>&code); + public: DiskFolder(const std::string &path); ~DiskFolder(); -- cgit v1.2.3-56-ge451