[Libreoffice-commits] core.git: cppu/source
Stephan Bergmann
sbergman at redhat.com
Mon Jan 5 05:48:50 PST 2015
cppu/source/cppu/cppu_opt.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9a6e2dd9e743157e00490d825502efaa21a75c25
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Jan 5 14:48:29 2015 +0100
Missing const
Change-Id: I8a1c520023b493c0494ac2ac650542d8ecc11c5d
diff --git a/cppu/source/cppu/cppu_opt.cxx b/cppu/source/cppu/cppu_opt.cxx
index 2d53721..3344143 100644
--- a/cppu/source/cppu/cppu_opt.cxx
+++ b/cppu/source/cppu/cppu_opt.cxx
@@ -55,7 +55,7 @@ extern "C" CPPU_DLLPUBLIC rtl_uString * SAL_CALL cppu_unsatisfied_iset_msg(
extern "C" CPPU_DLLPUBLIC rtl_uString * SAL_CALL cppu_Any_extraction_failure_msg(
- uno_Any * pAny, typelib_TypeDescriptionReference * pType )
+ uno_Any const * pAny, typelib_TypeDescriptionReference * pType )
SAL_THROW_EXTERN_C()
{
OUStringBuffer buf;
More information about the Libreoffice-commits
mailing list