Skip to content

Commit

Permalink
Added forgotten &.
Browse files Browse the repository at this point in the history
  • Loading branch information
igormironchik committed May 2, 2017
1 parent 5bb9847 commit f552b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Args/value_utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ namespace Args {
//! Eat values in context.
template< typename Container >
bool eatValues( Context & context, Container & container,
const std::string errorDescription )
const std::string & errorDescription )
{
if( !context.atEnd() )
{
Expand Down

0 comments on commit f552b15

Please sign in to comment.