summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/postgresql/pq_statement.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/postgresql/pq_statement.hxx')
-rw-r--r--connectivity/source/drivers/postgresql/pq_statement.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_statement.hxx b/connectivity/source/drivers/postgresql/pq_statement.hxx
index e73b7a8b02fe..981fcafd64fe 100644
--- a/connectivity/source/drivers/postgresql/pq_statement.hxx
+++ b/connectivity/source/drivers/postgresql/pq_statement.hxx
@@ -94,7 +94,7 @@ public:
const css::uno::Reference< css::sdbc::XConnection> & con,
struct ConnectionSettings *pSettings );
- virtual ~Statement();
+ virtual ~Statement() override;
public: // XInterface
virtual void SAL_CALL acquire() throw() override { Statement_BASE::acquire(); }
virtual void SAL_CALL release() throw() override { Statement_BASE::release(); }