summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/postgresql/pq_connection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/postgresql/pq_connection.hxx')
-rw-r--r--connectivity/source/drivers/postgresql/pq_connection.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_connection.hxx b/connectivity/source/drivers/postgresql/pq_connection.hxx
index d2cdd09a1c40..4459a24c0d87 100644
--- a/connectivity/source/drivers/postgresql/pq_connection.hxx
+++ b/connectivity/source/drivers/postgresql/pq_connection.hxx
@@ -175,7 +175,7 @@ public:
const rtl::Reference< RefCountedMutex > &refMutex,
const css::uno::Reference< css::uno::XComponentContext > & ctx );
- virtual ~Connection( );
+ virtual ~Connection( ) override;
public: // XCloseable
virtual void SAL_CALL close()