summaryrefslogtreecommitdiff
path: root/include/jvmaccess/unovirtualmachine.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/jvmaccess/unovirtualmachine.hxx')
-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 055ad0904eee..6ba969a22e1e 100644
--- a/include/jvmaccess/unovirtualmachine.hxx
+++ b/include/jvmaccess/unovirtualmachine.hxx
@@ -85,7 +85,7 @@ public:
different for different JDK versions, so that the mangled C++ name of
the function would depend on the JDK version used at compile time.
*/
- void * getClassLoader() const;
+ void * getClassLoader() const { return m_classLoader;}
private:
UnoVirtualMachine(UnoVirtualMachine &); // not defined