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 1353ab36c501..6d3c231caf13 100644
--- a/connectivity/source/inc/java/lang/Boolean.hxx
+++ b/connectivity/source/inc/java/lang/Boolean.hxx
@@ -31,7 +31,7 @@ namespace connectivity
// static Data for the class
static jclass theClass;
public:
- virtual jclass getMyClass() const;
+ virtual jclass getMyClass() const SAL_OVERRIDE;
virtual ~java_lang_Boolean();
// a Constructor, that is needed for when Returning the Object is needed:
java_lang_Boolean( JNIEnv * pEnv, jobject myObj ) : java_lang_Object( pEnv, myObj ){}