aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-04-03 16:32:14 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-04-04 16:47:06 -0700
commiteeb87e10510d633fe1a019771ad6368e2e8d1e3d (patch)
treebb676a1fdaa897d850059d3fe56233ee0025eb7d /toolsrc/include
parente401799aca7ed685f195157c37849a5b09fffca2 (diff)
downloadvcpkg-eeb87e10510d633fe1a019771ad6368e2e8d1e3d.tar.gz
vcpkg-eeb87e10510d633fe1a019771ad6368e2e8d1e3d.zip
StatusParagraph_and_associated_files -> StatusParagraphAndAssociatedFiles
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/vcpkglib.h4
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