summaryrefslogtreecommitdiffstats
path: root/stoc/source/javavm/jvmargs.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/source/javavm/jvmargs.hxx')
-rw-r--r--stoc/source/javavm/jvmargs.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/source/javavm/jvmargs.hxx b/stoc/source/javavm/jvmargs.hxx
index 828fc51440ef..4d6badac8395 100644
--- a/stoc/source/javavm/jvmargs.hxx
+++ b/stoc/source/javavm/jvmargs.hxx
@@ -43,7 +43,7 @@ namespace stoc_javavm {
JVM() throw();
void pushProp(const OUString & uString);
- const ::std::vector< OUString> & getProperties() const;
+ const ::std::vector< OUString> & getProperties() const { return _props;}
};
}