diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-09-27 01:48:51 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-09-27 01:48:51 -0700 |
| commit | 687ac42cdd39fece9ed816836c049607f8d1223b (patch) | |
| tree | db4daa729701c1c7383cd2eddbb8d5e99dfca048 /toolsrc/include | |
| parent | a098ecad0316b627a1fd56bfe39119f92702aa5c (diff) | |
| download | vcpkg-687ac42cdd39fece9ed816836c049607f8d1223b.tar.gz vcpkg-687ac42cdd39fece9ed816836c049607f8d1223b.zip | |
Make member function const
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/triplet.h | 2 |
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); |
