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_env.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolsrc/src/commands_env.cpp') diff --git a/toolsrc/src/commands_env.cpp b/toolsrc/src/commands_env.cpp index e89aed41d..dd4c3af06 100644 --- a/toolsrc/src/commands_env.cpp +++ b/toolsrc/src/commands_env.cpp @@ -4,7 +4,7 @@ namespace vcpkg::Commands::Env { - void perform_and_exit(const VcpkgCmdArguments& args, const vcpkg_paths& paths, const Triplet& default_triplet) + void perform_and_exit(const VcpkgCmdArguments& args, const VcpkgPaths& paths, const Triplet& default_triplet) { static const std::string example = Commands::Help::create_example_string(R"(env --Triplet x64-windows)"); args.check_exact_arg_count(0, example); -- cgit v1.2.3