summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-03-09 21:17:18 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-03-09 21:17:55 +0000
commit5f3e0690c01788b0b5867820342a52892766a526 (patch)
tree173d6222467aac979b784d6c6940c12ec5cf024c /connectivity
parent97c9bc9fada9cdfff956101a4a5e264b4dba58be (diff)
fix build
Change-Id: Ieaf349ee43737304f51362bfe01db636e3eaf629
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/inc/hsqldb/HConnection.hxx2
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
);