diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-03 16:25:12 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-04 16:44:45 -0700 |
| commit | ccbb2ebcdafa3978105115840285466d57c87186 (patch) | |
| tree | 6118c0f7d536507bbcae3f5bae798e2f7064b8bb /toolsrc/src/PostBuildLint_BuildPolicies.cpp | |
| parent | 4a8b2ed1cd91dd41c728f4ba03ee525e73bdfef4 (diff) | |
| download | vcpkg-ccbb2ebcdafa3978105115840285466d57c87186.tar.gz vcpkg-ccbb2ebcdafa3978105115840285466d57c87186.zip | |
Enums::toString() -> Enums::to_string()
Diffstat (limited to 'toolsrc/src/PostBuildLint_BuildPolicies.cpp')
| -rw-r--r-- | toolsrc/src/PostBuildLint_BuildPolicies.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/PostBuildLint_BuildPolicies.cpp b/toolsrc/src/PostBuildLint_BuildPolicies.cpp index 470adee9e..f243401c5 100644 --- a/toolsrc/src/PostBuildLint_BuildPolicies.cpp +++ b/toolsrc/src/PostBuildLint_BuildPolicies.cpp @@ -5,7 +5,7 @@ namespace vcpkg::PostBuildLint::BuildPolicies { - static const std::string NULLVALUE_STRING = Enums::nullvalue_toString(ENUM_NAME); + static const std::string NULLVALUE_STRING = Enums::nullvalue_to_string(ENUM_NAME); static const std::string NAME_EMPTY_PACKAGE = "PolicyEmptyPackage"; static const std::string NAME_DLLS_WITHOUT_LIBS = "PolicyDLLsWithoutLIBs"; |
