summaryrefslogtreecommitdiff
path: root/bridges/source/jni_uno
diff options
context:
space:
mode:
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 );
};