summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/postgresql/pq_driver.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/postgresql/pq_driver.hxx')
-rw-r--r--connectivity/source/drivers/postgresql/pq_driver.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_driver.hxx b/connectivity/source/drivers/postgresql/pq_driver.hxx
index 0751184d6336..b10077656135 100644
--- a/connectivity/source/drivers/postgresql/pq_driver.hxx
+++ b/connectivity/source/drivers/postgresql/pq_driver.hxx
@@ -74,7 +74,7 @@ class Driver : public MutexHolder, public DriverBase
com::sun::star::uno::Reference< com::sun::star::lang::XMultiComponentFactory > m_smgr;
public:
- Driver ( const com::sun::star::uno::Reference < com::sun::star::uno::XComponentContext > & ctx )
+ explicit Driver ( const com::sun::star::uno::Reference < com::sun::star::uno::XComponentContext > & ctx )
: DriverBase( this->m_mutex ),
m_ctx( ctx ),
m_smgr( ctx->getServiceManager() )