aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/BuildInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'toolsrc/include/BuildInfo.h')
-rw-r--r--toolsrc/include/BuildInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/include/BuildInfo.h b/toolsrc/include/BuildInfo.h
index 9f872385e..49811d521 100644
--- a/toolsrc/include/BuildInfo.h
+++ b/toolsrc/include/BuildInfo.h
@@ -104,7 +104,7 @@ namespace vcpkg { namespace PostBuildLint
OutdatedDynamicCrt() = delete;
- const std::regex crt_regex() const;
+ std::regex crt_regex() const;
const std::string& toString() const;
private: