summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/java/lang/Boolean.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/java/lang/Boolean.hxx')
-rw-r--r--connectivity/source/inc/java/lang/Boolean.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/inc/java/lang/Boolean.hxx b/connectivity/source/inc/java/lang/Boolean.hxx
index 682294709f24..399a9191ca46 100644
--- a/connectivity/source/inc/java/lang/Boolean.hxx
+++ b/connectivity/source/inc/java/lang/Boolean.hxx
@@ -32,7 +32,7 @@ namespace connectivity
static jclass theClass;
public:
virtual jclass getMyClass() const override;
- virtual ~java_lang_Boolean();
+ virtual ~java_lang_Boolean() override;
// a Constructor, that is needed for when Returning the Object is needed:
java_lang_Boolean( JNIEnv * pEnv, jobject myObj ) : java_lang_Object( pEnv, myObj ){}