consistent constness for getFunctionSymbol() overloads

This is an inline function, so there should be no problems with binary
compatibility.
This commit is contained in:
Luboš Luňák
2012-02-10 13:33:22 +01:00
parent c57da7aa44
commit 31e236c5ef

View File

@@ -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 ) );
}