From 8b49289b77472ba078dfa0d08dcd77a903e2c1ca Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Mon, 31 Jul 2017 03:18:00 -0700 Subject: [BinaryParagraph] Remove extra qualification (permissive-) --- toolsrc/include/BinaryParagraph.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'toolsrc/include') 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 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; -- cgit v1.2.3