diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-07-31 03:18:00 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-07-31 03:18:00 -0700 |
| commit | 8b49289b77472ba078dfa0d08dcd77a903e2c1ca (patch) | |
| tree | 2c5a52cbb09d739d79604e224dea893162e65f5a /toolsrc/include | |
| parent | 285c28000ad0460f62a3e7895311b975042b4be5 (diff) | |
| download | vcpkg-8b49289b77472ba078dfa0d08dcd77a903e2c1ca.tar.gz vcpkg-8b49289b77472ba078dfa0d08dcd77a903e2c1ca.zip | |
[BinaryParagraph] Remove extra qualification (permissive-)
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/BinaryParagraph.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/toolsrc/include/BinaryParagraph.h b/toolsrc/include/BinaryParagraph.h index f411b3c39..1e12dd8a6 100644 --- a/toolsrc/include/BinaryParagraph.h +++ b/toolsrc/include/BinaryParagraph.h @@ -14,9 +14,7 @@ namespace vcpkg BinaryParagraph(); explicit BinaryParagraph(std::unordered_map<std::string, std::string> fields); BinaryParagraph(const SourceParagraph& spgh, const Triplet& triplet); - BinaryParagraph::BinaryParagraph(const SourceParagraph& spgh, - const FeatureParagraph& fpgh, - const Triplet& triplet); + BinaryParagraph(const SourceParagraph& spgh, const FeatureParagraph& fpgh, const Triplet& triplet); std::string displayname() const; |
