summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Protocol_1_11.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Protocol/Protocol_1_11.h')
-rw-r--r--src/Protocol/Protocol_1_11.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Protocol/Protocol_1_11.h b/src/Protocol/Protocol_1_11.h
index 6a348d5fc..86abaea6b 100644
--- a/src/Protocol/Protocol_1_11.h
+++ b/src/Protocol/Protocol_1_11.h
@@ -28,7 +28,7 @@ class cProtocol_1_11_0:
public:
- cProtocol_1_11_0(cClientHandle * a_Client, const AString &a_ServerAddress, UInt16 a_ServerPort, UInt32 a_State);
+ using Super::cProtocol_1_10_0;
protected:
@@ -62,7 +62,7 @@ class cProtocol_1_11_1:
public:
- cProtocol_1_11_1(cClientHandle * a_Client, const AString & a_ServerAddress, UInt16 a_ServerPort, UInt32 a_State);
+ using Super::cProtocol_1_11_0;
protected: