diff options
author | luckybug <luckybug@yandex-team.ru> | 2022-02-10 16:50:27 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:27 +0300 |
commit | b455da0978714a8b8dd026fc564b36dea5948f79 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/getopt/small/last_getopt_opt.h | |
parent | a6d369648d0e4e2d446acfd469aced762d3c0492 (diff) | |
download | ydb-b455da0978714a8b8dd026fc564b36dea5948f79.tar.gz |
Restoring authorship annotation for <luckybug@yandex-team.ru>. Commit 2 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 c1d18a9428..a8dd5adca9 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_; } |