diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-04-08 20:19:35 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-04-08 20:19:35 -0700 |
| commit | b34c40a4e674f5db538e84ca2b9509482ac140e7 (patch) | |
| tree | 48a09d41e4760d97a20386dce00105cae54b1f17 /toolsrc/include/PostBuildLint_BuildInfo.h | |
| parent | c434dc99868989ca55aef5e445ac6a0a4c3430f7 (diff) | |
| download | vcpkg-b34c40a4e674f5db538e84ca2b9509482ac140e7.tar.gz vcpkg-b34c40a4e674f5db538e84ca2b9509482ac140e7.zip | |
[vcpkg] Further work on filesystem abstraction layer.
Diffstat (limited to 'toolsrc/include/PostBuildLint_BuildInfo.h')
| -rw-r--r-- | toolsrc/include/PostBuildLint_BuildInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/include/PostBuildLint_BuildInfo.h b/toolsrc/include/PostBuildLint_BuildInfo.h index c54ea0fa5..44776d918 100644 --- a/toolsrc/include/PostBuildLint_BuildInfo.h +++ b/toolsrc/include/PostBuildLint_BuildInfo.h @@ -18,5 +18,5 @@ namespace vcpkg::PostBuildLint std::map<BuildPolicies::Type, OptBoolT> policies; }; - BuildInfo read_build_info(Files::Filesystem& fs, const fs::path& filepath); + BuildInfo read_build_info(const Files::Filesystem& fs, const fs::path& filepath); } |
