summaryrefslogtreecommitdiff
path: root/include/jvmaccess/classpath.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/jvmaccess/classpath.hxx')
-rw-r--r--include/jvmaccess/classpath.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/jvmaccess/classpath.hxx b/include/jvmaccess/classpath.hxx
index 80da5cb3c36a..416b64a3335d 100644
--- a/include/jvmaccess/classpath.hxx
+++ b/include/jvmaccess/classpath.hxx
@@ -78,7 +78,7 @@ namespace ClassPath
*/
JVMACCESS_DLLPUBLIC jobjectArray
translateToUrls(css::uno::Reference<css::uno::XComponentContext> const& context,
- JNIEnv* environment, OUString const& classPath);
+ JNIEnv* environment, std::u16string_view classPath);
}
}