summaryrefslogtreecommitdiff
path: root/pcrecpp.h
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2009-03-17 21:30:30 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2009-03-17 21:30:30 +0000
commita83b1e0fa77f854d51e40f8fda3b62ecee7bcbf1 (patch)
tree023ec8b0b3251ac24965726211ea44d7d8c5ff99 /pcrecpp.h
parentf6cacbfecd16ac9d19ee6fe6c26c107ee4846b1c (diff)
downloadpcre-a83b1e0fa77f854d51e40f8fda3b62ecee7bcbf1.tar.gz
Update after detrailing for a test release.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@392 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcrecpp.h')
-rw-r--r--pcrecpp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcrecpp.h b/pcrecpp.h
index 7e79703..3ee508f 100644
--- a/pcrecpp.h
+++ b/pcrecpp.h
@@ -646,7 +646,7 @@ class PCRECPP_EXP_DEFN RE {
// regexp wasn't valid on construction.
int NumberOfCapturingGroups() const;
- // The default value for an argument, to indicate the end of the argument
+ // The default value for an argument, to indicate the end of the argument
// list. This must be used only in optional argument defaults. It should NOT
// be passed explicitly. Some people have tried to use it like this:
//
@@ -654,7 +654,7 @@ class PCRECPP_EXP_DEFN RE {
//
// This is a mistake, and will not work.
static Arg no_arg;
-
+
private:
void Init(const string& pattern, const RE_Options* options);