diff options
Diffstat (limited to 'toolsrc/src/commands_import.cpp')
| -rw-r--r-- | toolsrc/src/commands_import.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/commands_import.cpp b/toolsrc/src/commands_import.cpp index 63808654a..f29a62a42 100644 --- a/toolsrc/src/commands_import.cpp +++ b/toolsrc/src/commands_import.cpp @@ -68,7 +68,7 @@ namespace vcpkg::Commands::Import std::ofstream(control_file_path) << control_file_data; } - void perform_and_exit(const vcpkg_cmd_arguments& args, const vcpkg_paths& paths) + void perform_and_exit(const VcpkgCmdArguments& args, const vcpkg_paths& paths) { static const std::string example = Commands::Help::create_example_string(R"(import C:\path\to\CONTROLfile C:\path\to\includedir C:\path\to\projectdir)"); args.check_exact_arg_count(3, example); |
