aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/regex/pire/pire.h
diff options
context:
space:
mode:
authorbnagaev <bnagaev@yandex-team.ru>2022-02-10 16:47:04 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:04 +0300
commitd6449ba66291ff0c0d352c82e6eb3efb4c8a7e8d (patch)
treed5dca6d44593f5e52556a1cc7b1ab0386e096ebe /library/cpp/regex/pire/pire.h
parent1861d4c1402bb2c67a3e6b43b51706081b74508a (diff)
downloadydb-d6449ba66291ff0c0d352c82e6eb3efb4c8a7e8d.tar.gz
Restoring authorship annotation for <bnagaev@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/regex/pire/pire.h')
-rw-r--r--library/cpp/regex/pire/pire.h2
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..eea04db0e3 100644
--- a/library/cpp/regex/pire/pire.h
+++ b/library/cpp/regex/pire/pire.h
@@ -11,7 +11,7 @@
namespace NPire {
using TChar = Pire::Char;
- using Pire::MaxChar;
+ using Pire::MaxChar;
// Scanner classes
using TScanner = Pire::Scanner;