summaryrefslogtreecommitdiff
path: root/includes/BRegex.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/BRegex.h')
-rw-r--r--includes/BRegex.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/includes/BRegex.h b/includes/BRegex.h
index 128597e..d7957bd 100644
--- a/includes/BRegex.h
+++ b/includes/BRegex.h
@@ -19,4 +19,10 @@ class Regex {
regex_t m_regex;
};
+class Regexes {
+ public:
+ static Regex any;
+ static Regex empty;
+};
+
};