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 25d191f02c7a..5dbde09a91cd 100644
--- a/connectivity/source/inc/java/sql/DriverPropertyInfo.hxx
+++ b/connectivity/source/inc/java/sql/DriverPropertyInfo.hxx
@@ -35,7 +35,7 @@ namespace connectivity
// Static data for the class
static jclass theClass;
public:
- virtual jclass getMyClass() const;
+ virtual jclass getMyClass() const SAL_OVERRIDE;
virtual ~java_sql_DriverPropertyInfo();
// A ctor that is needed for returning the object
java_sql_DriverPropertyInfo( JNIEnv * pEnv, jobject myObj ) : java_lang_Object( pEnv, myObj ){}