aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_remove.cpp
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-04-03 16:00:17 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-04-04 16:44:43 -0700
commite051edfa10a686490168f0e888297afb22a4b905 (patch)
treed429ad79e1340b67c839fda0a6da2e7c8d3a83d6 /toolsrc/src/commands_remove.cpp
parent23e3397b2f8336d374d06e2dd6ab7233c9873b77 (diff)
downloadvcpkg-e051edfa10a686490168f0e888297afb22a4b905.tar.gz
vcpkg-e051edfa10a686490168f0e888297afb22a4b905.zip
vcpkg_cmd_arguments -> VcpkgCmdArguments
Diffstat (limited to 'toolsrc/src/commands_remove.cpp')
-rw-r--r--toolsrc/src/commands_remove.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/commands_remove.cpp b/toolsrc/src/commands_remove.cpp
index fa8950773..2ea535e99 100644
--- a/toolsrc/src/commands_remove.cpp
+++ b/toolsrc/src/commands_remove.cpp
@@ -162,7 +162,7 @@ namespace vcpkg::Commands::Remove
}
}
- void perform_and_exit(const vcpkg_cmd_arguments& args, const vcpkg_paths& paths, const Triplet& default_target_triplet)
+ void perform_and_exit(const VcpkgCmdArguments& args, const vcpkg_paths& paths, const Triplet& default_target_triplet)
{
static const std::string OPTION_PURGE = "--purge";
static const std::string OPTION_NO_PURGE = "--no-purge";