From 9ec8439bb9c6fa330d23ffd299d716afece81d56 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Thu, 25 Aug 2016 19:47:46 -0700 Subject: Store SHA256 as hash2 in files2 for CodeDirectory. --- ldid.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ldid.hpp') diff --git a/ldid.hpp b/ldid.hpp index 3ca939c..0257ff2 100644 --- a/ldid.hpp +++ b/ldid.hpp @@ -139,7 +139,7 @@ class UnionFolder : } }; -std::string Bundle(const std::string &root, Folder &folder, const std::string &key, std::map> &remote, const std::string &entitlements, const std::string &requirement); +std::string Bundle(const std::string &root, Folder &folder, const std::string &key, const std::string &entitlements, const std::string &requirement); typedef std::map> Slots; -- cgit v1.2.3