From e3b48ed3b8ca5d3fd65efdb778fc51743123b976 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 2 Jun 2022 21:09:09 +0200 Subject: Fix type of cppuhelper::TypeManager::getInterfaceMember separator param ...after a5343a89f898468178f04c241de0b2c2a314a1b5 "use more string_view in cppu" Change-Id: I7cd577f50cd92586e00f347b2e05247b6b5b0331 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135326 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- cppuhelper/source/typemanager.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cppuhelper/source/typemanager.hxx') diff --git a/cppuhelper/source/typemanager.hxx b/cppuhelper/source/typemanager.hxx index 1a795fe22f8e..24fe0ef12166 100644 --- a/cppuhelper/source/typemanager.hxx +++ b/cppuhelper/source/typemanager.hxx @@ -11,6 +11,8 @@ #include +#include + #include #include #include @@ -100,7 +102,7 @@ private: OUString const & name, sal_Int32 separator); css::uno::Any getInterfaceMember( - std::u16string_view name, sal_Int32 separator); + std::u16string_view name, std::size_t separator); css::uno::Any getNamed( OUString const & name, -- cgit