From 2fc4a8c8113b1bf78258845ed06662a07996a6af Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 1 Apr 2015 12:48:44 +0200 Subject: Add support for cppu::UnoType Change-Id: I88259ffaffc73979c240721d2db166c79d3085f1 --- bridges/source/jni_uno/jni_info.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bridges/source') diff --git a/bridges/source/jni_uno/jni_info.cxx b/bridges/source/jni_uno/jni_info.cxx index d4b95be6b442..fc49ea4a1855 100644 --- a/bridges/source/jni_uno/jni_info.cxx +++ b/bridges/source/jni_uno/jni_info.cxx @@ -489,7 +489,7 @@ JNI_info::JNI_info( .get())->ppMembers[ 0 ] ) ), m_Exception_type(cppu::UnoType::get()), m_RuntimeException_type(cppu::UnoType::get()), - m_void_type(cppu::UnoType::get()), + m_void_type(cppu::UnoType::get()), m_XInterface_type_info( 0 ) { JNI_context jni( this, jni_env, class_loader ); // !no proper jni_info! -- cgit