diff options
Diffstat (limited to 'toolsrc/src/commands_update.cpp')
| -rw-r--r-- | toolsrc/src/commands_update.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/commands_update.cpp b/toolsrc/src/commands_update.cpp index 14bfaee98..1059a0da6 100644 --- a/toolsrc/src/commands_update.cpp +++ b/toolsrc/src/commands_update.cpp @@ -36,7 +36,7 @@ namespace vcpkg::Commands::Update return output; } - void perform_and_exit(const vcpkg_cmd_arguments& args, const vcpkg_paths& paths) + void perform_and_exit(const VcpkgCmdArguments& args, const vcpkg_paths& paths) { args.check_exact_arg_count(0); args.check_and_get_optional_command_arguments({}); |
