aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/PostBuildLint.h
diff options
context:
space:
mode:
Diffstat (limited to 'toolsrc/include/PostBuildLint.h')
-rw-r--r--toolsrc/include/PostBuildLint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/include/PostBuildLint.h b/toolsrc/include/PostBuildLint.h
index 215a237aa..73c8ec54b 100644
--- a/toolsrc/include/PostBuildLint.h
+++ b/toolsrc/include/PostBuildLint.h
@@ -4,5 +4,5 @@
namespace vcpkg::PostBuildLint
{
- void perform_all_checks(const package_spec& spec, const vcpkg_paths& paths);
+ size_t perform_all_checks(const package_spec& spec, const vcpkg_paths& paths);
}