From 81a5696af306f5716aa94afce796e6fbabb72eb2 Mon Sep 17 00:00:00 2001 From: Martin Moene Date: Mon, 29 Sep 2014 21:31:17 +0200 Subject: [PATCH] Use reference consistently --- lest_cpp03.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lest_cpp03.hpp b/lest_cpp03.hpp index 0d6c744..9408cf0 100644 --- a/lest_cpp03.hpp +++ b/lest_cpp03.hpp @@ -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 ) {