From d72eec309327243e760c16ecbcfa3b1d399e851e Mon Sep 17 00:00:00 2001 From: Pavol Droba Date: Sun, 15 May 2005 18:06:14 +0000 Subject: [PATCH] Forgotten reference added [SVN r28934] --- include/boost/algorithm/string/detail/find_format_store.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/algorithm/string/detail/find_format_store.hpp b/include/boost/algorithm/string/detail/find_format_store.hpp index d85be56..a1afc55 100644 --- a/include/boost/algorithm/string/detail/find_format_store.hpp +++ b/include/boost/algorithm/string/detail/find_format_store.hpp @@ -35,7 +35,7 @@ namespace boost { public: // Construction find_format_store( - const base_type FindResult, + const base_type& FindResult, const format_result_type& FormatResult, const formatter_type& Formatter ) : base_type(FindResult),