[Libreoffice-commits] .: sal/inc
Lubos Lunak
llunak at kemper.freedesktop.org
Fri Feb 10 04:35:04 PST 2012
sal/inc/osl/module.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 31e236c5efa01ac5c681a2f18774fe66a9e1249e
Author: LuboÅ¡ LuÅák <l.lunak at suse.cz>
Date: Fri Feb 10 13:33:22 2012 +0100
consistent constness for getFunctionSymbol() overloads
This is an inline function, so there should be no problems with binary
compatibility.
diff --git a/sal/inc/osl/module.hxx b/sal/inc/osl/module.hxx
index c8d39a2..0d7bca6 100644
--- a/sal/inc/osl/module.hxx
+++ b/sal/inc/osl/module.hxx
@@ -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 ) );
}
More information about the Libreoffice-commits
mailing list