diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-12 18:57:45 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-12 22:05:03 -0700 |
| commit | 5cd921c2b55340d2d300250537de5600b48a2b12 (patch) | |
| tree | 3675080ec438edde0b0dbfc0e0c46f5b14de1717 /toolsrc/include | |
| parent | 2cc01b2acac847533e931a0c89cd7117756022fc (diff) | |
| download | vcpkg-5cd921c2b55340d2d300250537de5600b48a2b12.tar.gz vcpkg-5cd921c2b55340d2d300250537de5600b48a2b12.zip | |
edges() -> dependencies()
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg_Dependencies.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/toolsrc/include/vcpkg_Dependencies.h b/toolsrc/include/vcpkg_Dependencies.h index 36dd3cb2d..47cbb6da3 100644 --- a/toolsrc/include/vcpkg_Dependencies.h +++ b/toolsrc/include/vcpkg_Dependencies.h @@ -4,13 +4,12 @@ #include "StatusParagraphs.h" #include "VcpkgPaths.h" #include "vcpkg_optional.h" -#include "Paragraphs.h" namespace vcpkg::Dependencies { struct AnyParagraph { - std::vector<PackageSpec> edges() const; + std::vector<PackageSpec> dependencies() const; PackageSpec spec; Optional<StatusParagraph> status_paragraph; |
