aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2016-09-27 01:48:51 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2016-09-27 01:48:51 -0700
commit687ac42cdd39fece9ed816836c049607f8d1223b (patch)
treedb4daa729701c1c7383cd2eddbb8d5e99dfca048 /toolsrc/include
parenta098ecad0316b627a1fd56bfe39119f92702aa5c (diff)
downloadvcpkg-687ac42cdd39fece9ed816836c049607f8d1223b.tar.gz
vcpkg-687ac42cdd39fece9ed816836c049607f8d1223b.zip
Make member function const
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/triplet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/include/triplet.h b/toolsrc/include/triplet.h
index 0c42f2ec7..23c1ea404 100644
--- a/toolsrc/include/triplet.h
+++ b/toolsrc/include/triplet.h
@@ -20,7 +20,7 @@ namespace vcpkg
std::string system() const;
- bool validate(const vcpkg_paths& paths);
+ bool validate(const vcpkg_paths& paths) const;
};
bool operator==(const triplet& left, const triplet& right);