aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/SourceParagraph.h
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-06-08 04:36:11 -0700
committerRobert Schumacher <roschuma@microsoft.com>2017-06-08 04:36:11 -0700
commit44a995d4461c54f0ff838af2649b618c533e60b7 (patch)
tree0bb02f806780f4d7d2afb2cb1637fccbaf304606 /toolsrc/include/SourceParagraph.h
parent247a6cec90004b8666d155eacc0f27d3a6c8fcf9 (diff)
downloadvcpkg-44a995d4461c54f0ff838af2649b618c533e60b7.tar.gz
vcpkg-44a995d4461c54f0ff838af2649b618c533e60b7.zip
[vcpkg] Hotfix previous commit.
Diffstat (limited to 'toolsrc/include/SourceParagraph.h')
-rw-r--r--toolsrc/include/SourceParagraph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/include/SourceParagraph.h b/toolsrc/include/SourceParagraph.h
index 47ad5b830..2f30e338e 100644
--- a/toolsrc/include/SourceParagraph.h
+++ b/toolsrc/include/SourceParagraph.h
@@ -78,7 +78,7 @@ namespace vcpkg
V141,
};
- bool supports(Architecture arch, Platform plat, Linkage crt, ToolsetVersion tools);
+ bool is_supported(Architecture arch, Platform plat, Linkage crt, ToolsetVersion tools);
private:
std::vector<Architecture> architectures;