summaryrefslogtreecommitdiffstats
path: root/jvmfwk/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-04-13 16:06:17 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-04-13 17:32:43 +0200
commit8d475bb13fa44a3a2385635dfbc49ab1b2765dd1 (patch)
treeab5b557498a8a9b25d955a268731a90673b27ee7 /jvmfwk/inc
parentUse std::unique_ptr<JavaInfo> in jfw_plugin_getJavaInfoFromJavaHome (diff)
downloadcore-8d475bb13fa44a3a2385635dfbc49ab1b2765dd1.tar.gz
core-8d475bb13fa44a3a2385635dfbc49ab1b2765dd1.zip
Use std::unique_ptr<JavaInfo> in jfw_plugin_getJavaInfoByPath
Change-Id: I3511eaa12bb689a374a775204a3480d7c667a915
Diffstat (limited to 'jvmfwk/inc')
-rw-r--r--jvmfwk/inc/vendorplugin.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/jvmfwk/inc/vendorplugin.hxx b/jvmfwk/inc/vendorplugin.hxx
index edd32854dda7..141a93689a8e 100644
--- a/jvmfwk/inc/vendorplugin.hxx
+++ b/jvmfwk/inc/vendorplugin.hxx
@@ -160,7 +160,7 @@ javaPluginError jfw_plugin_getJavaInfoByPath(
OUString const& sMinVersion,
OUString const& sMaxVersion,
std::vector<OUString> const &arExcludeList,
- JavaInfo ** ppInfo);
+ std::unique_ptr<JavaInfo> * ppInfo);
/** obtains information for a JRE referenced by the JAVA_HOME environment variable.