diff options
Diffstat (limited to 'vmime/security/cert/certificate.hpp')
-rw-r--r-- | vmime/security/cert/certificate.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vmime/security/cert/certificate.hpp b/vmime/security/cert/certificate.hpp index e4a57fb4..aef1f1f9 100644 --- a/vmime/security/cert/certificate.hpp +++ b/vmime/security/cert/certificate.hpp @@ -64,7 +64,7 @@ public: * @return true if the two certificates are the same, * false otherwise */ - virtual bool equals(ref <const certificate> other) const = 0; + virtual bool equals(shared_ptr <const certificate> other) const = 0; /** Returns a pointer to internal binary data for this certificate. * The actual type of data depends on the library used for TLS support. |