diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-03 14:52:47 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-04 16:44:42 -0700 |
| commit | 378b018321ef443b027fc02e78c57721edc68d94 (patch) | |
| tree | ef9dea5b7c766243ed137d7bd683a6b2e63dfa88 /toolsrc/include/PostBuildLint_BuildInfo.h | |
| parent | fdda06e83d7da985bf78ea81e2da450052798204 (diff) | |
| download | vcpkg-378b018321ef443b027fc02e78c57721edc68d94.tar.gz vcpkg-378b018321ef443b027fc02e78c57721edc68d94.zip | |
LinkageType to UpperCamelCase
Diffstat (limited to 'toolsrc/include/PostBuildLint_BuildInfo.h')
| -rw-r--r-- | toolsrc/include/PostBuildLint_BuildInfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolsrc/include/PostBuildLint_BuildInfo.h b/toolsrc/include/PostBuildLint_BuildInfo.h index 271279f82..8bac18861 100644 --- a/toolsrc/include/PostBuildLint_BuildInfo.h +++ b/toolsrc/include/PostBuildLint_BuildInfo.h @@ -11,8 +11,8 @@ namespace vcpkg::PostBuildLint { static BuildInfo create(std::unordered_map<std::string, std::string> pgh); - LinkageType::type crt_linkage; - LinkageType::type library_linkage; + LinkageType::Type crt_linkage; + LinkageType::Type library_linkage; std::map<BuildPolicies::Type, OptBoolT> policies; }; |
