From 871035d72aa0d59b42997056b16d889dd1371ce8 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 1 Aug 2017 10:09:18 +0200 Subject: loplugin:constparams in various Change-Id: Id15f3562f42afa6c679cea3c839172557ead0395 Reviewed-on: https://gerrit.libreoffice.org/40624 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/jvmaccess/virtualmachine.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/jvmaccess') diff --git a/include/jvmaccess/virtualmachine.hxx b/include/jvmaccess/virtualmachine.hxx index df18b5791e40..e7f5e63ec69b 100644 --- a/include/jvmaccess/virtualmachine.hxx +++ b/include/jvmaccess/virtualmachine.hxx @@ -125,7 +125,7 @@ public: the future). */ VirtualMachine(JavaVM * pVm, int nVersion, bool bDestroy, - JNIEnv * pMainThreadEnv); + JNIEnv const * pMainThreadEnv); private: VirtualMachine(VirtualMachine &) = delete; -- cgit