From 3196904c9f5bf7aff7374eeadcb0671589581f61 Mon Sep 17 00:00:00 2001 From: alex-sh <alex-sh@yandex-team.ru> Date: Thu, 10 Feb 2022 16:50:03 +0300 Subject: Restoring authorship annotation for <alex-sh@yandex-team.ru>. Commit 1 of 2. --- library/cpp/getopt/small/last_getopt.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'library/cpp/getopt/small/last_getopt.h') diff --git a/library/cpp/getopt/small/last_getopt.h b/library/cpp/getopt/small/last_getopt.h index 07687bc914..48c394a546 100644 --- a/library/cpp/getopt/small/last_getopt.h +++ b/library/cpp/getopt/small/last_getopt.h @@ -75,12 +75,12 @@ namespace NLastGetopt { Target->insert(Target->end(), NPrivate::OptFromString<TValue>(val, parser->CurOpt())); }); } - } - + } + private: TContainer* Target; char Delim; - }; + }; template <class TpFunc> struct TOptKVHandler: public IOptHandler { -- cgit v1.2.3