Skip to content

Commit b7a35a5

Browse files
fix build
1 parent e35dc6d commit b7a35a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/newconfig/ConfigDescription.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ namespace util::config {
4141
struct ClioConfigDescription {
4242
public:
4343
/** @brief Name of the Markdown file containing detailed descriptions of all configuration values. */
44-
constexpr static std::string_view kCONFIG_DESCRIPTION_FILE_NAME = "Config-Descriptions.md";
44+
static constexpr auto kCONFIG_DESCRIPTION_FILE_NAME = "Config-Descriptions.md";
4545

4646
/** @brief Struct to represent a key-value pair*/
4747
struct KV {

0 commit comments

Comments
 (0)