summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/java/lang/Class.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/java/lang/Class.hxx')
-rw-r--r--connectivity/source/inc/java/lang/Class.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/inc/java/lang/Class.hxx b/connectivity/source/inc/java/lang/Class.hxx
index 96622f8ae7b0..db3d0967db6b 100644
--- a/connectivity/source/inc/java/lang/Class.hxx
+++ b/connectivity/source/inc/java/lang/Class.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_Class();
// a Constructor, that is needed for when Returning the Object is needed:
java_lang_Class( JNIEnv * pEnv, jobject myObj ) : java_lang_Object( pEnv, myObj ){}