consistent constness for getFunctionSymbol() overloads
This is an inline function, so there should be no problems with binary compatibility.
This commit is contained in:
@@ -147,7 +147,7 @@ public:
|
||||
|
||||
@see getSymbol
|
||||
*/
|
||||
oslGenericFunction SAL_CALL getFunctionSymbol( const ::rtl::OUString& ustrFunctionSymbolName )
|
||||
oslGenericFunction SAL_CALL getFunctionSymbol( const ::rtl::OUString& ustrFunctionSymbolName ) const
|
||||
{
|
||||
return ( osl_getFunctionSymbol( m_Module, ustrFunctionSymbolName.pData ) );
|
||||
}
|
||||
|
Reference in New Issue
Block a user