diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2016-08-18 22:42:31 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2016-08-18 22:42:31 +0100 |
| commit | 1d1f27248f36b972967b29e047e42579bfeb4000 (patch) | |
| tree | f8de1a4810de7547041a267870dcdbd2e9c1ca84 /src | |
| parent | e0c1f33427623d7912a5aae33b1cf5694885fb6b (diff) | |
Try to fix travis ci
Diffstat (limited to 'src')
| -rw-r--r-- | src/regex.hh | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
