summaryrefslogtreecommitdiffstats
path: root/postprocess/qa/services.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'postprocess/qa/services.cxx')
-rw-r--r--postprocess/qa/services.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/postprocess/qa/services.cxx b/postprocess/qa/services.cxx
index 8441e92c1f00..5ff9f63f522b 100644
--- a/postprocess/qa/services.cxx
+++ b/postprocess/qa/services.cxx
@@ -25,6 +25,7 @@
#include <iostream>
#include <map>
#include <set>
+#include <string_view>
#include <utility>
#include <vector>
@@ -46,7 +47,7 @@
namespace {
-OString msg(OUString const & string) {
+OString msg(std::u16string_view string) {
return OUStringToOString(string, osl_getThreadTextEncoding());
}