From e7469a3846baf3cc443943106404d90473d5a77a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 13 Jul 2016 21:45:51 +0100 Subject: Reapply patches * dpkg-source --before-build . --- pcrecpp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pcrecpp.h') 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 -- cgit v1.2.3