summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/java/sql/Clob.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/java/sql/Clob.hxx')
-rw-r--r--connectivity/source/inc/java/sql/Clob.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/inc/java/sql/Clob.hxx b/connectivity/source/inc/java/sql/Clob.hxx
index 167b10bfe03d..9ccfd22866b0 100644
--- a/connectivity/source/inc/java/sql/Clob.hxx
+++ b/connectivity/source/inc/java/sql/Clob.hxx
@@ -36,7 +36,7 @@ namespace connectivity
protected:
// Static data for the class
static jclass theClass;
- virtual ~java_sql_Clob();
+ virtual ~java_sql_Clob() override;
public:
virtual jclass getMyClass() const override;