diff options
author | divankov <[email protected]> | 2022-02-10 16:48:05 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:48:05 +0300 |
commit | 5b8d95df2f0cfca4d3f5499a4259aa2050ef1571 (patch) | |
tree | b222e5ac2e2e98872661c51ccceee5da0d291e13 /library/cpp/regex/pcre | |
parent | cd88d7933255d8690da34c7b1f7427cf2bb3ae23 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/regex/pcre')
-rw-r--r-- | library/cpp/regex/pcre/regexp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/regex/pcre/regexp.h b/library/cpp/regex/pcre/regexp.h index 91e6836ad02..bc610bd2f34 100644 --- a/library/cpp/regex/pcre/regexp.h +++ b/library/cpp/regex/pcre/regexp.h @@ -18,7 +18,7 @@ class TRegExBaseImpl; class TRegExBase { protected: - TSimpleIntrusivePtr<TRegExBaseImpl> Impl; + TSimpleIntrusivePtr<TRegExBaseImpl> Impl; public: TRegExBase(const char* regExpr = nullptr, int cflags = REG_EXTENDED); |