diff options
Diffstat (limited to 'include/jvmaccess')
-rw-r--r-- | include/jvmaccess/unovirtualmachine.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/jvmaccess/unovirtualmachine.hxx b/include/jvmaccess/unovirtualmachine.hxx index 6ba969a22e1e..323cad717738 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; + rtl::Reference< jvmaccess::VirtualMachine > getVirtualMachine() const { return m_virtualMachine;} /** Get the UNO class loader. |