summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/java/sql/DriverPropertyInfo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/java/sql/DriverPropertyInfo.hxx')
-rw-r--r--connectivity/source/inc/java/sql/DriverPropertyInfo.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/inc/java/sql/DriverPropertyInfo.hxx b/connectivity/source/inc/java/sql/DriverPropertyInfo.hxx
index a745fefb62c1..6594b716dd7d 100644
--- a/connectivity/source/inc/java/sql/DriverPropertyInfo.hxx
+++ b/connectivity/source/inc/java/sql/DriverPropertyInfo.hxx
@@ -36,7 +36,7 @@ namespace connectivity
static jclass theClass;
public:
virtual jclass getMyClass() const override;
- virtual ~java_sql_DriverPropertyInfo();
+ virtual ~java_sql_DriverPropertyInfo() override;
};
}