summaryrefslogtreecommitdiff
path: root/unodevtools/inc
diff options
context:
space:
mode:
Diffstat (limited to 'unodevtools/inc')
-rw-r--r--unodevtools/inc/options.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/unodevtools/inc/options.hxx b/unodevtools/inc/options.hxx
index d9b557d06a28..5094a11ef5e1 100644
--- a/unodevtools/inc/options.hxx
+++ b/unodevtools/inc/options.hxx
@@ -21,6 +21,8 @@
#include <sal/config.h>
+#include <string_view>
+
#include <rtl/ustrbuf.hxx>
namespace unodevtools {
@@ -32,7 +34,7 @@ bool readOption( OUString * pValue, const char * pOpt,
bool readOption( const char * pOpt,
- sal_uInt32 * pnIndex, const OUString & aArg);
+ sal_uInt32 * pnIndex, std::u16string_view aArg);
} // end of namespace unodevtools