cpp_uno: fix build error introduced by commit 706100d1
This commit is contained in:
parent
597b633a4a
commit
7e1b61a0a3
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ type_info * RTTI::getRTTI( typelib_CompoundTypeDescription *pTypeDescr ) SAL_THR
|
|||
buf.append( 'E' );
|
||||
|
||||
OString symName( buf.makeStringAndClear() );
|
||||
#if defined(FREEBSD) && __FreeBSD_version < 702104 /* #i22253# &/
|
||||
#if defined(FREEBSD) && __FreeBSD_version < 702104 /* #i22253# */
|
||||
rtti = (type_info *)dlsym( RTLD_DEFAULT, symName.getStr() );
|
||||
#else
|
||||
rtti = (type_info *)dlsym( m_hApp, symName.getStr() );
|
||||
|
|
Loading…
Reference in a new issue