Try to fix travis ci

This commit is contained in:
Maxime Coste 2016-08-18 22:42:31 +01:00
parent e0c1f33427
commit 1d1f27248f

View File

@ -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;