diff options
Diffstat (limited to 'toolsrc/include/SourceParagraph.h')
| -rw-r--r-- | toolsrc/include/SourceParagraph.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolsrc/include/SourceParagraph.h b/toolsrc/include/SourceParagraph.h index 5ae9b38b8..76b17bd40 100644 --- a/toolsrc/include/SourceParagraph.h +++ b/toolsrc/include/SourceParagraph.h @@ -5,7 +5,7 @@ namespace vcpkg { - struct triplet; + struct Triplet; struct dependency { @@ -28,7 +28,7 @@ namespace vcpkg std::vector<dependency> depends; }; - std::vector<std::string> filter_dependencies(const std::vector<vcpkg::dependency>& deps, const triplet& t); + std::vector<std::string> filter_dependencies(const std::vector<vcpkg::dependency>& deps, const Triplet& t); std::vector<vcpkg::dependency> expand_qualified_dependencies(const std::vector<std::string>& depends); std::vector<std::string> parse_depends(const std::string& depends_string); |
