aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2016-11-03 14:34:52 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2016-11-03 14:37:10 -0700
commit5b60e134665cdb33bd1f01f17e61c5b9ba4ad137 (patch)
treee90f5e64d85b6fe204449d3b7677d9d40a61ba3d /toolsrc/include
parentf67609acf1ebe1b4ce53e4128eee67e9fa13612c (diff)
downloadvcpkg-5b60e134665cdb33bd1f01f17e61c5b9ba4ad137.tar.gz
vcpkg-5b60e134665cdb33bd1f01f17e61c5b9ba4ad137.zip
[SourceParagraph] Consistency rename
Diffstat (limited to 'toolsrc/include')
-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 a8ad13668..6aae81872 100644
--- a/toolsrc/include/SourceParagraph.h
+++ b/toolsrc/include/SourceParagraph.h
@@ -7,7 +7,7 @@ namespace vcpkg
{
struct SourceParagraph
{
- static const std::vector<std::string>& get_list_of_valid_entries();
+ static const std::vector<std::string>& get_list_of_valid_fields();
SourceParagraph();