From eeb87e10510d633fe1a019771ad6368e2e8d1e3d Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Mon, 3 Apr 2017 16:32:14 -0700 Subject: StatusParagraph_and_associated_files -> StatusParagraphAndAssociatedFiles --- toolsrc/include/vcpkglib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toolsrc/include') 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 files; }; std::vector get_installed_ports(const StatusParagraphs& status_db); - std::vector get_installed_files(const VcpkgPaths& paths, const StatusParagraphs& status_db); + std::vector get_installed_files(const VcpkgPaths& paths, const StatusParagraphs& status_db); struct CMakeVariable -- cgit v1.2.3