summaryrefslogtreecommitdiff
path: root/include/jvmaccess
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-04-13 11:23:43 +0200
committerNoel Grandin <noel@peralex.com>2016-04-13 13:27:52 +0200
commit299d938bf05faf60b848a9d4862e58bb42db3e65 (patch)
tree5e4bd5bac27cac533fa9b1ed63e7e425b7b5dcc4 /include/jvmaccess
parent86d20ae1e5f54bb60042b085b8b8ef77f65ce17e (diff)
loplugin:passstuffbyref in jvmaccess
Change-Id: I0c5daabe31393db08654dd9f22abc757f6c67d4c
Diffstat (limited to 'include/jvmaccess')
-rw-r--r--include/jvmaccess/unovirtualmachine.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/jvmaccess/unovirtualmachine.hxx b/include/jvmaccess/unovirtualmachine.hxx
index 382699982aba..8021814dc44c 100644
--- a/include/jvmaccess/unovirtualmachine.hxx
+++ b/include/jvmaccess/unovirtualmachine.hxx
@@ -74,7 +74,7 @@ public:
@return
The Java virtual machine wrapper. Will never be null.
*/
- rtl::Reference< jvmaccess::VirtualMachine > getVirtualMachine() const;
+ const rtl::Reference< jvmaccess::VirtualMachine >& getVirtualMachine() const;
/** Get the UNO class loader.