diff options
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 |
