From 3f76b9e53d48e34960bb5947bbbb880ac806281b Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Mon, 3 Apr 2017 16:29:11 -0700 Subject: vcpkg_paths -> VcpkgPaths --- toolsrc/src/commands_cache.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toolsrc/src/commands_cache.cpp') diff --git a/toolsrc/src/commands_cache.cpp b/toolsrc/src/commands_cache.cpp index def93b231..eae1d8fe3 100644 --- a/toolsrc/src/commands_cache.cpp +++ b/toolsrc/src/commands_cache.cpp @@ -7,7 +7,7 @@ namespace vcpkg::Commands::Cache { - static std::vector read_all_binary_paragraphs(const vcpkg_paths& paths) + static std::vector read_all_binary_paragraphs(const VcpkgPaths& paths) { std::vector output; for (auto it = fs::directory_iterator(paths.packages); it != fs::directory_iterator(); ++it) @@ -24,7 +24,7 @@ namespace vcpkg::Commands::Cache return output; } - void perform_and_exit(const VcpkgCmdArguments& args, const vcpkg_paths& paths) + void perform_and_exit(const VcpkgCmdArguments& args, const VcpkgPaths& paths) { static const std::string example = Strings::format( "The argument should be a substring to search for, or no argument to display all cached libraries.\n%s", Commands::Help::create_example_string("cache png")); -- cgit v1.2.3