summaryrefslogtreecommitdiff
path: root/bridges/source/jni_uno
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:47:18 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:47:18 +0000
commitc7d1518de7008085933da7b61fd8cd19565fc5aa (patch)
treea49fc2c3255d6a9c8766fb6ebad4ce739ddb3d99 /bridges/source/jni_uno
parent1365b41995e2a8e54e1b0e6498583c72e32d5ffc (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/source/jni_uno')
-rw-r--r--bridges/source/jni_uno/jni_info.h6
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 37c799e45..28c195a4a 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 );
};