summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/ClientContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceSSL/ClientContext.h')
-rw-r--r--cpp/src/IceSSL/ClientContext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceSSL/ClientContext.h b/cpp/src/IceSSL/ClientContext.h
index f39de89f713..06f6e8adcc2 100644
--- a/cpp/src/IceSSL/ClientContext.h
+++ b/cpp/src/IceSSL/ClientContext.h
@@ -33,7 +33,7 @@ public:
protected:
- ClientContext(const TraceLevelsPtr&, const Ice::LoggerPtr&, const Ice::PropertiesPtr&);
+ ClientContext(const TraceLevelsPtr&, const Ice::CommunicatorPtr&);
friend class OpenSSLPluginI;
};