diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-03-09 21:17:18 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-03-09 21:17:55 +0000 |
commit | 5f3e0690c01788b0b5867820342a52892766a526 (patch) | |
tree | 173d6222467aac979b784d6c6940c12ec5cf024c /connectivity | |
parent | 97c9bc9fada9cdfff956101a4a5e264b4dba58be (diff) |
fix build
Change-Id: Ieaf349ee43737304f51362bfe01db636e3eaf629
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/inc/hsqldb/HConnection.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/inc/hsqldb/HConnection.hxx b/connectivity/source/inc/hsqldb/HConnection.hxx index efeeaa4e5555..45ae3edfb96a 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 ); |