summaryrefslogtreecommitdiffstats
path: root/cppuhelper/source/paths.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/source/paths.hxx')
-rw-r--r--cppuhelper/source/paths.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/cppuhelper/source/paths.hxx b/cppuhelper/source/paths.hxx
index c1e3724c0aa1..b4681048998a 100644
--- a/cppuhelper/source/paths.hxx
+++ b/cppuhelper/source/paths.hxx
@@ -21,6 +21,7 @@
#include <sal/config.h>
#include <rtl/ustring.hxx>
+#include <string_view>
namespace osl
{
@@ -33,7 +34,7 @@ OUString getUnoIniUri();
bool nextDirectoryItem(osl::Directory& directory, OUString* url);
-void decodeRdbUri(OUString* uri, bool* optional, bool* directory);
+void decodeRdbUri(std::u16string_view* uri, bool* optional, bool* directory);
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */