summaryrefslogtreecommitdiff
path: root/pcrecpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'pcrecpp.h')
-rw-r--r--pcrecpp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pcrecpp.h b/pcrecpp.h
index 3e594b0..a520057 100644
--- a/pcrecpp.h
+++ b/pcrecpp.h
@@ -658,6 +658,8 @@ class PCRECPP_EXP_DEFN RE {
private:
void Init(const string& pattern, const RE_Options* options);
+ // Old version from PCRE 6.x, for compatibility
+ void Init(const char *pattern, const RE_Options* options);
void Cleanup();
// Match against "text", filling in "vec" (up to "vecsize" * 2/3) with