diff options
author | kerzum <kerzum@yandex-team.ru> | 2022-02-10 16:49:33 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:33 +0300 |
commit | 9a7232babfd763ccfe827bc70e82e0f50cfd8276 (patch) | |
tree | a39808b7482c4711a80f799a7281adb36d76a13a /library/cpp/regex/pire/pire.h | |
parent | 0e68ae909d3b76a5a001a07880eb0010dec6b2ea (diff) | |
download | ydb-9a7232babfd763ccfe827bc70e82e0f50cfd8276.tar.gz |
Restoring authorship annotation for <kerzum@yandex-team.ru>. Commit 1 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 286fecd693..3e18b41a39 100644 --- a/library/cpp/regex/pire/pire.h +++ b/library/cpp/regex/pire/pire.h @@ -67,7 +67,7 @@ namespace NPire { const NPire::TEncoding& Koi8r(); const NPire::TEncoding& Cp1251(); - const NPire::TEncoding& Get(ECharset encoding); + const NPire::TEncoding& Get(ECharset encoding); } namespace NTokenTypes { |