[Libreoffice-commits] core.git: include/basebmp

Noel Grandin noel at peralex.com
Fri Jul 11 00:35:33 PDT 2014


 include/basebmp/fillimage.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 790f7532a2b42aa7d3f880c16e4410301d6b0180
Author: Noel Grandin <noel at 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 )
 {


More information about the Libreoffice-commits mailing list