aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-03-14 04:33:14 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-03-14 09:58:23 -0700
commit90c4b8dbb7a69584a4a36c67e4982cf086b7c578 (patch)
treee93a3dd0ada6aeb649c57d7097c3cbe01b5c5764 /toolsrc/include
parentb33931c4384f2f0cc2bd10604192c5271d731a1e (diff)
downloadvcpkg-90c4b8dbb7a69584a4a36c67e4982cf086b7c578.tar.gz
vcpkg-90c4b8dbb7a69584a4a36c67e4982cf086b7c578.zip
[vcpkg] Further refactoring inside `build_package()`
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/vcpkg/commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/include/vcpkg/commands.h b/toolsrc/include/vcpkg/commands.h
index 4027e12f4..b6b1c56ab 100644
--- a/toolsrc/include/vcpkg/commands.h
+++ b/toolsrc/include/vcpkg/commands.h
@@ -120,7 +120,7 @@ namespace vcpkg::Commands
namespace Hash
{
void perform_and_exit(const VcpkgCmdArguments& args, const VcpkgPaths& paths);
- std::string get_file_hash(fs::path const& cmake_exe_path, fs::path const& path, std::string const& hash_type);
+ std::string get_file_hash(const VcpkgPaths& paths, fs::path const& path, std::string const& hash_type);
}
template<class T>