diff options
author | steplg <steplg@yandex-team.ru> | 2022-02-10 16:50:54 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:54 +0300 |
commit | d385578a0e719dc19758dbdef4ca862726ce22a7 (patch) | |
tree | 1f85cebcfcf4cccd1d54c4f39899285edd454262 /library/cpp/getopt/small/last_getopt.h | |
parent | 78c0028dbb79b03bcb0d700133245433b0dac3d1 (diff) | |
download | ydb-d385578a0e719dc19758dbdef4ca862726ce22a7.tar.gz |
Restoring authorship annotation for <steplg@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/getopt/small/last_getopt.h')
-rw-r--r-- | library/cpp/getopt/small/last_getopt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/getopt/small/last_getopt.h b/library/cpp/getopt/small/last_getopt.h index 07687bc914..8ebb5e8d08 100644 --- a/library/cpp/getopt/small/last_getopt.h +++ b/library/cpp/getopt/small/last_getopt.h @@ -61,7 +61,7 @@ namespace NLastGetopt { public: using TContainer = Container; using TValue = typename TContainer::value_type; - + explicit TOptSplitHandler(TContainer* target, const char delim) : Target(target) , Delim(delim) |