connectivity/source/inc/hsqldb/HConnection.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5f3e0690c01788b0b5867820342a52892766a526
Author: Caolán McNamara <caol...@redhat.com>
Date:   Mon Mar 9 21:17:18 2015 +0000

    fix build
    
    Change-Id: Ieaf349ee43737304f51362bfe01db636e3eaf629

diff --git a/connectivity/source/inc/hsqldb/HConnection.hxx 
b/connectivity/source/inc/hsqldb/HConnection.hxx
index efeeaa4..45ae3ed 100644
--- a/connectivity/source/inc/hsqldb/HConnection.hxx
+++ b/connectivity/source/inc/hsqldb/HConnection.hxx
@@ -69,7 +69,7 @@ namespace connectivity
 
         public:
             OHsqlConnection(
-                const ::com::sun::star::uno::Reference< 
::com::sun::star::sdbc::XDriver > _rxDriver,
+                const ::com::sun::star::uno::Reference< 
::com::sun::star::sdbc::XDriver >& _rxDriver,
                 const ::com::sun::star::uno::Reference< 
::com::sun::star::sdbc::XConnection >& _xConnection,
                 const ::com::sun::star::uno::Reference< 
::com::sun::star::uno::XComponentContext>& _rxContext
             );
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to