include/basebmp/fillimage.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 790f7532a2b42aa7d3f880c16e4410301d6b0180 Author: Noel Grandin <n...@peralex.com> Date: Thu Jul 10 11:30:40 2014 +0200 cid#1169841 Big parameter passed by value Change-Id: I4329eaaa29d5689471092c167104711e4f8c115c diff --git a/include/basebmp/fillimage.hxx b/include/basebmp/fillimage.hxx index a62ebf6..561b029 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 ) { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits