diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-03 16:00:17 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-04 16:44:43 -0700 |
| commit | e051edfa10a686490168f0e888297afb22a4b905 (patch) | |
| tree | d429ad79e1340b67c839fda0a6da2e7c8d3a83d6 /toolsrc/src/commands_integrate.cpp | |
| parent | 23e3397b2f8336d374d06e2dd6ab7233c9873b77 (diff) | |
| download | vcpkg-e051edfa10a686490168f0e888297afb22a4b905.tar.gz vcpkg-e051edfa10a686490168f0e888297afb22a4b905.zip | |
vcpkg_cmd_arguments -> VcpkgCmdArguments
Diffstat (limited to 'toolsrc/src/commands_integrate.cpp')
| -rw-r--r-- | toolsrc/src/commands_integrate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/commands_integrate.cpp b/toolsrc/src/commands_integrate.cpp index cb7eeb7da..30b5cc254 100644 --- a/toolsrc/src/commands_integrate.cpp +++ b/toolsrc/src/commands_integrate.cpp @@ -284,7 +284,7 @@ With a project open, go to Tools->NuGet Package Manager->Package Manager Console " vcpkg integrate remove Remove user-wide integration\n" " vcpkg integrate project Generate a referencing nuget package for individual VS project use\n"; - 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 = Strings::format("Commands:\n" "%s", INTEGRATE_COMMAND_HELPSTRING); |
