Skip to content

Commit

Permalink
intermediate changes
Browse files Browse the repository at this point in the history
ref:704b4de22e98ab35e3db79482d00ceaca182cd87
  • Loading branch information
arcadia-devtools committed Jan 11, 2019
1 parent 85b943b commit cc158be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/getopt/small/last_getopt_opt.h
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ namespace NLastGetopt {
* @return optional value
* throws exception if optional value wasn't set
*/
TString GetOptionalValue() const {
const TString& GetOptionalValue() const {
return *OptionalValue_;
}

Expand All @@ -259,7 +259,7 @@ namespace NLastGetopt {
* @return default value
* throws exception if <default value> wasn't set
*/
TString GetDefaultValue() const {
const TString& GetDefaultValue() const {
return *DefaultValue_;
}

Expand Down

0 comments on commit cc158be

Please sign in to comment.