Skip to content

Commit

Permalink
Use reference consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmoene committed Sep 29, 2014
1 parent 34abeb4 commit 81a5696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lest_cpp03.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ parse( texts args )

for ( texts::iterator pos = args.begin(); pos != args.end() ; ++pos )
{
text arg = *pos;
text & arg = *pos;

if ( in_options )
{
Expand Down

0 comments on commit 81a5696

Please sign in to comment.