diff options
author | grachev <grachev@yandex-team.ru> | 2022-02-10 16:49:35 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:35 +0300 |
commit | 492d4842b42175970fd597869540936bf152ffb1 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/regex/pire/pire.h | |
parent | 12e3c82a4c0895fe4f03a4dc5d6f100cae665b64 (diff) | |
download | ydb-492d4842b42175970fd597869540936bf152ffb1.tar.gz |
Restoring authorship annotation for <grachev@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/regex/pire/pire.h')
-rw-r--r-- | library/cpp/regex/pire/pire.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/regex/pire/pire.h b/library/cpp/regex/pire/pire.h index 63ac81f177..286fecd693 100644 --- a/library/cpp/regex/pire/pire.h +++ b/library/cpp/regex/pire/pire.h @@ -46,7 +46,7 @@ namespace NPire { using Pire::Matches; using Pire::MmappedScanner; using Pire::Run; - using Pire::Runner; + using Pire::Runner; using Pire::ShortestPrefix; using Pire::ShortestSuffix; using Pire::Step; |