diff options
Diffstat (limited to 'cpp/src/IceSSL/TrustManager.h')
-rw-r--r-- | cpp/src/IceSSL/TrustManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceSSL/TrustManager.h b/cpp/src/IceSSL/TrustManager.h index 1e8eb09db2d..2adf4a5a972 100644 --- a/cpp/src/IceSSL/TrustManager.h +++ b/cpp/src/IceSSL/TrustManager.h @@ -25,7 +25,7 @@ public: TrustManager(const Ice::CommunicatorPtr&); - bool verify(const ConnectionInfo&); + bool verify(const NativeConnectionInfoPtr&); private: |