summaryrefslogtreecommitdiff
path: root/ucbhelper/source/client/proxydecider.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucbhelper/source/client/proxydecider.cxx')
-rw-r--r--ucbhelper/source/client/proxydecider.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucbhelper/source/client/proxydecider.cxx b/ucbhelper/source/client/proxydecider.cxx
index 34ea7385139e..3052cd34003e 100644
--- a/ucbhelper/source/client/proxydecider.cxx
+++ b/ucbhelper/source/client/proxydecider.cxx
@@ -92,7 +92,7 @@ class HostnameCache
std::deque< HostListEntry > m_aHostList;
public:
- bool get( const OUString & rKey, OUString & rValue ) const
+ bool get( std::u16string_view rKey, OUString & rValue ) const
{
for (auto const& host : m_aHostList)
{