summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/java/io/Reader.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/java/io/Reader.hxx')
-rw-r--r--connectivity/source/inc/java/io/Reader.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/inc/java/io/Reader.hxx b/connectivity/source/inc/java/io/Reader.hxx
index 6002f4f4dc58..64b71e6f0c0b 100644
--- a/connectivity/source/inc/java/io/Reader.hxx
+++ b/connectivity/source/inc/java/io/Reader.hxx
@@ -36,7 +36,7 @@ namespace connectivity
protected:
// static Data for the Class
static jclass theClass;
- virtual ~java_io_Reader();
+ virtual ~java_io_Reader() override;
boost::optional<char> m_buf;
public:
virtual jclass getMyClass() const override;