aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/PostBuildLint_ConfigurationType.h
diff options
context:
space:
mode:
Diffstat (limited to 'toolsrc/include/PostBuildLint_ConfigurationType.h')
-rw-r--r--toolsrc/include/PostBuildLint_ConfigurationType.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolsrc/include/PostBuildLint_ConfigurationType.h b/toolsrc/include/PostBuildLint_ConfigurationType.h
index 61f56c0d5..8157415b0 100644
--- a/toolsrc/include/PostBuildLint_ConfigurationType.h
+++ b/toolsrc/include/PostBuildLint_ConfigurationType.h
@@ -1,5 +1,5 @@
#pragma once
-#pragma once
+#include "CStringView.h"
#include <string>
namespace vcpkg::PostBuildLint
@@ -25,7 +25,7 @@ namespace vcpkg::PostBuildLint
namespace ConfigurationTypeC
{
- static constexpr const char* ENUM_NAME = "vcpkg::PostBuildLint::ConfigurationType";
+ static constexpr CStringView ENUM_NAME = "vcpkg::PostBuildLint::ConfigurationType";
static constexpr ConfigurationType NULLVALUE(ConfigurationType::BackingEnum::NULLVALUE);
static constexpr ConfigurationType DEBUG(ConfigurationType::BackingEnum::DEBUG);