summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/hsqldb/HTerminateListener.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/hsqldb/HTerminateListener.hxx')
-rw-r--r--connectivity/source/drivers/hsqldb/HTerminateListener.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/hsqldb/HTerminateListener.hxx b/connectivity/source/drivers/hsqldb/HTerminateListener.hxx
index 95dc90980523..5b5a86da9713 100644
--- a/connectivity/source/drivers/hsqldb/HTerminateListener.hxx
+++ b/connectivity/source/drivers/hsqldb/HTerminateListener.hxx
@@ -34,7 +34,7 @@ namespace connectivity
{
ODriverDelegator* m_pDriver;
protected:
- virtual ~OConnectionController() {m_pDriver = nullptr;}
+ virtual ~OConnectionController() override {m_pDriver = nullptr;}
public:
explicit OConnectionController(ODriverDelegator* _pDriver) : m_pDriver(_pDriver){}