X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=pcre3.git;a=blobdiff_plain;f=pcrecpp.h;h=a520057e95759f1c571e6c198d7b3dec215368e4;hp=3e594b0d43934e88e0b4f3b505fe01bc73b08ba5;hb=e7469a3846baf3cc443943106404d90473d5a77a;hpb=ae7f22768e13f01eb337330332bf18780b8104c0 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