aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-08-28 14:42:44 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-08-28 14:42:44 -0700
commit21402365061b454f525bbc2dfb1a2ae889eaa286 (patch)
tree0e70562c6e6599bcedce8f4caa82d857fa9e3fd6
parent8a79566c645e4b2862d7b094d2e2c4a1fd889b7f (diff)
downloadvcpkg-21402365061b454f525bbc2dfb1a2ae889eaa286.tar.gz
vcpkg-21402365061b454f525bbc2dfb1a2ae889eaa286.zip
Fix /permissive- issue
-rw-r--r--toolsrc/include/vcpkg_Dependencies.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/toolsrc/include/vcpkg_Dependencies.h b/toolsrc/include/vcpkg_Dependencies.h
index c1f6ad9a5..235abb839 100644
--- a/toolsrc/include/vcpkg_Dependencies.h
+++ b/toolsrc/include/vcpkg_Dependencies.h
@@ -45,9 +45,9 @@ namespace vcpkg::Dependencies
InstallPlanAction();
- InstallPlanAction::InstallPlanAction(const PackageSpec& spec,
- const std::unordered_set<std::string>& features,
- const RequestType& request_type);
+ InstallPlanAction(const PackageSpec& spec,
+ const std::unordered_set<std::string>& features,
+ const RequestType& request_type);
InstallPlanAction(const PackageSpec& spec, const AnyParagraph& any_paragraph, const RequestType& request_type);
InstallPlanAction(const PackageSpec& spec,
const SourceControlFile& any_paragraph,