aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/PostBuildLint_ConfigurationType.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'toolsrc/src/PostBuildLint_ConfigurationType.cpp')
-rw-r--r--toolsrc/src/PostBuildLint_ConfigurationType.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/PostBuildLint_ConfigurationType.cpp b/toolsrc/src/PostBuildLint_ConfigurationType.cpp
index 7edd927a3..ff04259cf 100644
--- a/toolsrc/src/PostBuildLint_ConfigurationType.cpp
+++ b/toolsrc/src/PostBuildLint_ConfigurationType.cpp
@@ -5,7 +5,7 @@
namespace vcpkg::PostBuildLint::ConfigurationType
{
- 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_DEBUG = "Debug";
static const std::string NAME_RELEASE = "Release";