diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-02-10 14:57:02 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-02-13 14:05:26 -0800 |
| commit | 37f45b9d5f5a8a46653d0553318315d890a4fb42 (patch) | |
| tree | 4e04938984101e1ae7eaee7d2247288379c25c16 /toolsrc/include | |
| parent | f22750084899e158446fc0968da22f0f8492186d (diff) | |
| download | vcpkg-37f45b9d5f5a8a46653d0553318315d890a4fb42.tar.gz vcpkg-37f45b9d5f5a8a46653d0553318315d890a4fb42.zip | |
Make StatusParagraph::find_installed() const
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/StatusParagraphs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/include/StatusParagraphs.h b/toolsrc/include/StatusParagraphs.h index 11491cf4e..3c5d35183 100644 --- a/toolsrc/include/StatusParagraphs.h +++ b/toolsrc/include/StatusParagraphs.h @@ -20,7 +20,7 @@ namespace vcpkg } const_iterator find(const std::string& name, const triplet& target_triplet) const; iterator find(const std::string& name, const triplet& target_triplet); - iterator find_installed(const std::string& name, const triplet& target_triplet); + const_iterator find_installed(const std::string& name, const triplet& target_triplet) const; iterator insert(std::unique_ptr<StatusParagraph>); |
