diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-03 16:32:14 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-04 16:47:06 -0700 |
| commit | eeb87e10510d633fe1a019771ad6368e2e8d1e3d (patch) | |
| tree | bb676a1fdaa897d850059d3fe56233ee0025eb7d /toolsrc/src/commands_owns.cpp | |
| parent | e401799aca7ed685f195157c37849a5b09fffca2 (diff) | |
| download | vcpkg-eeb87e10510d633fe1a019771ad6368e2e8d1e3d.tar.gz vcpkg-eeb87e10510d633fe1a019771ad6368e2e8d1e3d.zip | |
StatusParagraph_and_associated_files -> StatusParagraphAndAssociatedFiles
Diffstat (limited to 'toolsrc/src/commands_owns.cpp')
| -rw-r--r-- | toolsrc/src/commands_owns.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolsrc/src/commands_owns.cpp b/toolsrc/src/commands_owns.cpp index 7e974addb..ff7467c1e 100644 --- a/toolsrc/src/commands_owns.cpp +++ b/toolsrc/src/commands_owns.cpp @@ -7,8 +7,8 @@ namespace vcpkg::Commands::Owns { static void search_file(const VcpkgPaths& paths, const std::string& file_substr, const StatusParagraphs& status_db) { - const std::vector<StatusParagraph_and_associated_files> installed_files = get_installed_files(paths, status_db); - for (const StatusParagraph_and_associated_files& pgh_and_file : installed_files) + const std::vector<StatusParagraphAndAssociatedFiles> installed_files = get_installed_files(paths, status_db); + for (const StatusParagraphAndAssociatedFiles& pgh_and_file : installed_files) { const StatusParagraph& pgh = pgh_and_file.pgh; |
