summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/dataaccess/SharedConnection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/core/dataaccess/SharedConnection.hxx')
-rw-r--r--dbaccess/source/core/dataaccess/SharedConnection.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/core/dataaccess/SharedConnection.hxx b/dbaccess/source/core/dataaccess/SharedConnection.hxx
index 4ebe8d053a27..f4ae92491846 100644
--- a/dbaccess/source/core/dataaccess/SharedConnection.hxx
+++ b/dbaccess/source/core/dataaccess/SharedConnection.hxx
@@ -51,7 +51,7 @@ namespace dbaccess
{
protected:
virtual void SAL_CALL disposing() override;
- virtual ~OSharedConnection();
+ virtual ~OSharedConnection() override;
public:
explicit OSharedConnection(css::uno::Reference< css::uno::XAggregation >& _rxProxyConnection);