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
commitc74559fb88da8adac0d9186cfa55a6b13c47695f (patch)
treeb83306b6e37edeea782e9eed673d89286c4fef35 /library/cpp/regex/pire/pire.h
parentd6449ba66291ff0c0d352c82e6eb3efb4c8a7e8d (diff)
downloadydb-c74559fb88da8adac0d9186cfa55a6b13c47695f.tar.gz
Restoring authorship annotation for <bnagaev@yandex-team.ru>. Commit 2 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 eea04db0e32..286fecd6930 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;