From 6d04f6612eaf51cd80c559e02c141bee770233df Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Wed, 19 Apr 2017 13:52:15 -0700 Subject: [InstallationDirs] Better name for static factory --- toolsrc/include/vcpkg_Commands.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'toolsrc/include') diff --git a/toolsrc/include/vcpkg_Commands.h b/toolsrc/include/vcpkg_Commands.h index 40c15688e..629b0804d 100644 --- a/toolsrc/include/vcpkg_Commands.h +++ b/toolsrc/include/vcpkg_Commands.h @@ -45,10 +45,10 @@ namespace vcpkg::Commands { struct InstallationDirs { - static InstallationDirs initiliaze(const fs::path& source_dir, - const fs::path& destination_root, - const std::string& destination_subdirectory, - const fs::path& listfile); + static InstallationDirs from_destination_root(const fs::path& source_dir, + const fs::path& destination_root, + const std::string& destination_subdirectory, + const fs::path& listfile); private: fs::path m_source_dir; // "source" from source-destination, not source code. -- cgit v1.2.3