From 1d1f27248f36b972967b29e047e42579bfeb4000 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Thu, 18 Aug 2016 22:42:31 +0100 Subject: [PATCH] Try to fix travis ci --- src/regex.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/regex.hh b/src/regex.hh index ab1c3f34..8790baec 100644 --- a/src/regex.hh +++ b/src/regex.hh @@ -31,7 +31,7 @@ struct Regex : RegexBase const String& str() const { return m_str; } - static constexpr StringView option_type_name = "regex"; + static constexpr const char* option_type_name = "regex"; private: String m_str;