summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/background/EndpointFactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/background/EndpointFactory.h')
-rw-r--r--cpp/test/Ice/background/EndpointFactory.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/test/Ice/background/EndpointFactory.h b/cpp/test/Ice/background/EndpointFactory.h
index c5a375e88e0..e7d29569790 100644
--- a/cpp/test/Ice/background/EndpointFactory.h
+++ b/cpp/test/Ice/background/EndpointFactory.h
@@ -24,8 +24,7 @@ public:
virtual IceInternal::EndpointIPtr read(Ice::InputStream*) const;
virtual void destroy();
- virtual IceInternal::EndpointFactoryPtr clone(const IceInternal::ProtocolInstancePtr&,
- const IceInternal::EndpointFactoryPtr&) const;
+ virtual IceInternal::EndpointFactoryPtr clone(const IceInternal::ProtocolInstancePtr&) const;
protected: