diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-01-05 14:48:29 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-01-05 14:48:29 +0100 |
commit | 9a6e2dd9e743157e00490d825502efaa21a75c25 (patch) | |
tree | 79c5219d71fd2b40ff3b8888dbb3129821cb1c9e /cppu | |
parent | f76f40560ef49c3da864073285ebe6b9a0cfad5f (diff) |
Missing const
Change-Id: I8a1c520023b493c0494ac2ac650542d8ecc11c5d
Diffstat (limited to 'cppu')
-rw-r--r-- | cppu/source/cppu/cppu_opt.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |