From 9a6e2dd9e743157e00490d825502efaa21a75c25 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 5 Jan 2015 14:48:29 +0100 Subject: Missing const Change-Id: I8a1c520023b493c0494ac2ac650542d8ecc11c5d --- cppu/source/cppu/cppu_opt.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cppu') diff --git a/cppu/source/cppu/cppu_opt.cxx b/cppu/source/cppu/cppu_opt.cxx index 2d53721f6e62..33441435d65c 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; -- cgit