diff options
Diffstat (limited to 'include/ucbhelper/simplecertificatevalidationrequest.hxx')
-rw-r--r-- | include/ucbhelper/simplecertificatevalidationrequest.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ucbhelper/simplecertificatevalidationrequest.hxx b/include/ucbhelper/simplecertificatevalidationrequest.hxx index 934fb0153eff..f52d627c837a 100644 --- a/include/ucbhelper/simplecertificatevalidationrequest.hxx +++ b/include/ucbhelper/simplecertificatevalidationrequest.hxx @@ -52,7 +52,7 @@ public: * @param pCertificate contaisn the server certificate. */ SimpleCertificateValidationRequest( const sal_Int32 & lCertificateValidity, - const com::sun::star::uno::Reference<com::sun::star::security::XCertificate> pCertificate, + const com::sun::star::uno::Reference<com::sun::star::security::XCertificate>& certificate, const OUString & hostname ); }; |