From 47331ae6f95070ff7460e541895895b59eb15103 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 11 Oct 2021 16:08:46 +0200 Subject: loplugin:moveparam in jvmfwk Change-Id: I78970269bfd3eb7ad6b069ac99eeee707619d3e4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123416 Tested-by: Jenkins Reviewed-by: Noel Grandin --- jvmfwk/inc/vendorbase.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jvmfwk/inc') diff --git a/jvmfwk/inc/vendorbase.hxx b/jvmfwk/inc/vendorbase.hxx index 47e407a1b4a2..4a0190eb0bb8 100644 --- a/jvmfwk/inc/vendorbase.hxx +++ b/jvmfwk/inc/vendorbase.hxx @@ -154,7 +154,7 @@ protected: false - the object could not completely initialize. In this case it will be discarded by the caller. */ - virtual bool initialize(std::vector> props); + virtual bool initialize(const std::vector>& props); /* returns relative file URLs to the runtime library. For example "/bin/client/jvm.dll" -- cgit