summaryrefslogtreecommitdiff
path: root/cppu/source/uno/prim.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppu/source/uno/prim.hxx')
-rw-r--r--cppu/source/uno/prim.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppu/source/uno/prim.hxx b/cppu/source/uno/prim.hxx
index 619dba3a1255..f497f6f6cf5d 100644
--- a/cppu/source/uno/prim.hxx
+++ b/cppu/source/uno/prim.hxx
@@ -142,7 +142,7 @@ extern "C" void * binuno_queryInterface(
inline bool _type_equals(
- typelib_TypeDescriptionReference * pType1, typelib_TypeDescriptionReference * pType2 )
+ typelib_TypeDescriptionReference const * pType1, typelib_TypeDescriptionReference const * pType2 )
{
return (pType1 == pType2 ||