summaryrefslogtreecommitdiff
path: root/pcrecpp.h
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2010-01-02 16:30:46 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2010-01-02 16:30:46 +0000
commit24654bb77f039f6e0ef4abd80c48bd49fe771557 (patch)
treeabb93fa4cc7f71a340edb5b9765778856f952c89 /pcrecpp.h
parent1d5dad0b7e2087e3667cbb402e74636970cea259 (diff)
downloadpcre-24654bb77f039f6e0ef4abd80c48bd49fe771557.tar.gz
Fix C++ wrapper GlobalReplace function for empty matches.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@474 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcrecpp.h')
-rw-r--r--pcrecpp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pcrecpp.h b/pcrecpp.h
index 3ee508f..3e594b0 100644
--- a/pcrecpp.h
+++ b/pcrecpp.h
@@ -674,6 +674,7 @@ class PCRECPP_EXP_DEFN RE {
int TryMatch(const StringPiece& text,
int startpos,
Anchor anchor,
+ bool empty_ok,
int *vec,
int vecsize) const;