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