summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/inc/preparedstatement.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/core/inc/preparedstatement.hxx')
-rw-r--r--dbaccess/source/core/inc/preparedstatement.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/core/inc/preparedstatement.hxx b/dbaccess/source/core/inc/preparedstatement.hxx
index c36b820e3440..fe5397ffcbb7 100644
--- a/dbaccess/source/core/inc/preparedstatement.hxx
+++ b/dbaccess/source/core/inc/preparedstatement.hxx
@@ -46,7 +46,7 @@ namespace dbaccess
public:
OPreparedStatement(const css::uno::Reference< css::sdbc::XConnection > & _xConn,
const css::uno::Reference< css::uno::XInterface > & _xStatement);
- virtual ~OPreparedStatement();
+ virtual ~OPreparedStatement() override;
// css::lang::XTypeProvider
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes() throw (css::uno::RuntimeException, std::exception) override;