aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
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);