diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 22:47:18 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 22:47:18 +0000 |
commit | bbbf0d4d78aab985f460a36ca799ec9c0a2af827 (patch) | |
tree | eb681fc061fa597b78931b9d7aa49cfd4aa4b644 /bridges | |
parent | 935f822c7629e2906940a2a35f7edd0c7f33e15f (diff) |
INTEGRATION: CWS warnings01 (1.11.14); FILE MERGED
2006/05/23 23:08:29 sb 1.11.14.3: RESYNC: (1.12-1.13); FILE MERGED
2005/09/22 18:30:47 sb 1.11.14.2: RESYNC: (1.11-1.12); FILE MERGED
2005/09/05 14:25:21 sb 1.11.14.1: #i53898# Made code warning-free.
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/jni_uno/jni_info.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bridges/source/jni_uno/jni_info.h b/bridges/source/jni_uno/jni_info.h index fff3302fb083..088147977c26 100644 --- a/bridges/source/jni_uno/jni_info.h +++ b/bridges/source/jni_uno/jni_info.h @@ -4,9 +4,9 @@ * * $RCSfile: jni_info.h,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: hr $ $Date: 2006-04-19 13:44:09 $ + * last change: $Author: hr $ $Date: 2006-06-19 23:47:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -87,7 +87,7 @@ struct JNI_type_info protected: inline void destruct( JNIEnv * jni_env ) { jni_env->DeleteGlobalRef( m_class ); } - inline ~JNI_type_info() {} + virtual inline ~JNI_type_info() {} explicit JNI_type_info( JNI_context const & jni, typelib_TypeDescription * td ); }; |