summaryrefslogtreecommitdiff
path: root/jvmfwk/inc/vendorbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'jvmfwk/inc/vendorbase.hxx')
-rw-r--r--jvmfwk/inc/vendorbase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/jvmfwk/inc/vendorbase.hxx b/jvmfwk/inc/vendorbase.hxx
index 7dc32cd953a3..1bb7844305e2 100644
--- a/jvmfwk/inc/vendorbase.hxx
+++ b/jvmfwk/inc/vendorbase.hxx
@@ -184,7 +184,7 @@ protected:
typedef rtl::Reference<VendorBase> (* createInstance_func) ();
friend rtl::Reference<VendorBase> createInstance(
createInstance_func pFunc,
- std::vector<std::pair<OUString, OUString> > properties);
+ const std::vector<std::pair<OUString, OUString> >& properties);
};
}