summaryrefslogtreecommitdiff
path: root/src/regex.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2016-08-06 09:05:50 +0100
committerMaxime Coste <frrrwww@gmail.com>2016-08-06 09:05:50 +0100
commitf73e89a716db7f71382f3716d2141c170a57ca2e (patch)
treef0e080deaea48e2589c26ec32d1507a0de4b72a5 /src/regex.hh
parentf1a93a0e613e46121039f8aa1415bb8f02946cf9 (diff)
Add information of types of options
Diffstat (limited to 'src/regex.hh')
-rw-r--r--src/regex.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/regex.hh b/src/regex.hh
index f2457f4d..ab1c3f34 100644
--- a/src/regex.hh
+++ b/src/regex.hh
@@ -31,6 +31,8 @@ struct Regex : RegexBase
const String& str() const { return m_str; }
+ static constexpr StringView option_type_name = "regex";
+
private:
String m_str;
};