summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/TrustManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceSSL/TrustManager.h')
-rw-r--r--cpp/src/IceSSL/TrustManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceSSL/TrustManager.h b/cpp/src/IceSSL/TrustManager.h
index 8e5dd5bfeff..a72c874fb17 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 NativeConnectionInfoPtr&, const std::string&);
+ bool verify(const ConnectionInfoPtr&, const std::string&);
private: