diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-03 14:50:50 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-04 16:44:42 -0700 |
| commit | b36df55c111ccba97322bdf3fa0755eec30e5a8f (patch) | |
| tree | 3fc0ab67ba2d38757a910018a158f66542c832e8 /toolsrc/include/PostBuildLint_BuildInfo.h | |
| parent | 7ee180ebdd7ec93a4ba3c34c38fd467109365ad6 (diff) | |
| download | vcpkg-b36df55c111ccba97322bdf3fa0755eec30e5a8f.tar.gz vcpkg-b36df55c111ccba97322bdf3fa0755eec30e5a8f.zip | |
BuildPolicies to UpperCamelCase
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 cbc944488..271279f82 100644 --- a/toolsrc/include/PostBuildLint_BuildInfo.h +++ b/toolsrc/include/PostBuildLint_BuildInfo.h @@ -14,7 +14,7 @@ namespace vcpkg::PostBuildLint LinkageType::type crt_linkage; LinkageType::type library_linkage; - std::map<BuildPolicies::type, OptBoolT> policies; + std::map<BuildPolicies::Type, OptBoolT> policies; }; BuildInfo read_build_info(const fs::path& filepath); |
