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 91485855af39..de41bc9ed38e 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
public:
explicit Driver ( const css::uno::Reference < css::uno::XComponentContext > & ctx )
- : DriverBase( this->m_mutex ),
+ : DriverBase( m_mutex ),
m_ctx( ctx ),
m_smgr( ctx->getServiceManager() )
{}