From 687ac42cdd39fece9ed816836c049607f8d1223b Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Tue, 27 Sep 2016 01:48:51 -0700 Subject: Make member function const --- toolsrc/include/triplet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolsrc/include') 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); -- cgit v1.2.3