From 790f7532a2b42aa7d3f880c16e4410301d6b0180 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 10 Jul 2014 11:30:40 +0200 Subject: cid#1169841 Big parameter passed by value Change-Id: I4329eaaa29d5689471092c167104711e4f8c115c --- include/basebmp/fillimage.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/basebmp/fillimage.hxx') diff --git a/include/basebmp/fillimage.hxx b/include/basebmp/fillimage.hxx index a62ebf615801..561b02906c0f 100644 --- a/include/basebmp/fillimage.hxx +++ b/include/basebmp/fillimage.hxx @@ -28,7 +28,7 @@ namespace basebmp template< class DestIterator, class DestAccessor, typename T > void fillImage( DestIterator begin, - DestIterator end, + const DestIterator& end, DestAccessor ad, const T& fillVal ) { -- cgit