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/include | |
| parent | e401799aca7ed685f195157c37849a5b09fffca2 (diff) | |
| download | vcpkg-eeb87e10510d633fe1a019771ad6368e2e8d1e3d.tar.gz vcpkg-eeb87e10510d633fe1a019771ad6368e2e8d1e3d.zip | |
StatusParagraph_and_associated_files -> StatusParagraphAndAssociatedFiles
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkglib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolsrc/include/vcpkglib.h b/toolsrc/include/vcpkglib.h index f4803ceaa..853746923 100644 --- a/toolsrc/include/vcpkglib.h +++ b/toolsrc/include/vcpkglib.h @@ -12,14 +12,14 @@ namespace vcpkg void write_update(const VcpkgPaths& paths, const StatusParagraph& p); - struct StatusParagraph_and_associated_files + struct StatusParagraphAndAssociatedFiles { StatusParagraph pgh; SortedVector<std::string> files; }; std::vector<StatusParagraph*> get_installed_ports(const StatusParagraphs& status_db); - std::vector<StatusParagraph_and_associated_files> get_installed_files(const VcpkgPaths& paths, const StatusParagraphs& status_db); + std::vector<StatusParagraphAndAssociatedFiles> get_installed_files(const VcpkgPaths& paths, const StatusParagraphs& status_db); struct CMakeVariable |
