diff options
author | luckybug <luckybug@yandex-team.ru> | 2022-02-10 16:50:26 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:26 +0300 |
commit | a6d369648d0e4e2d446acfd469aced762d3c0492 (patch) | |
tree | a4a12fa83066f49578432d73b5cc9e01aff081f3 /library/cpp/getopt/small/last_getopt_opt.h | |
parent | 74b68813c7dbee6e7538883986e9657eb0593d86 (diff) | |
download | ydb-a6d369648d0e4e2d446acfd469aced762d3c0492.tar.gz |
Restoring authorship annotation for <luckybug@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/getopt/small/last_getopt_opt.h')
-rw-r--r-- | library/cpp/getopt/small/last_getopt_opt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/getopt/small/last_getopt_opt.h b/library/cpp/getopt/small/last_getopt_opt.h index a8dd5adca9..c1d18a9428 100644 --- a/library/cpp/getopt/small/last_getopt_opt.h +++ b/library/cpp/getopt/small/last_getopt_opt.h @@ -247,7 +247,7 @@ namespace NLastGetopt { * @return optional value * throws exception if optional value wasn't set */ - const TString& GetOptionalValue() const { + const TString& GetOptionalValue() const { return *OptionalValue_; } @@ -272,7 +272,7 @@ namespace NLastGetopt { * @return default value * throws exception if <default value> wasn't set */ - const TString& GetDefaultValue() const { + const TString& GetDefaultValue() const { return *DefaultValue_; } |