From 9ee47e59995f858ec531b3ee467f131594e4ba1f Mon Sep 17 00:00:00 2001 From: Mattes D Date: Mon, 13 Apr 2020 18:38:06 +0200 Subject: Using Super. --- src/Protocol/Protocol_1_8.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Protocol/Protocol_1_8.h') diff --git a/src/Protocol/Protocol_1_8.h b/src/Protocol/Protocol_1_8.h index e8e0f01e1..b8a94e8b0 100644 --- a/src/Protocol/Protocol_1_8.h +++ b/src/Protocol/Protocol_1_8.h @@ -24,10 +24,10 @@ Declares the 1.8 protocol classes: -class cProtocol_1_8_0 : +class cProtocol_1_8_0: public cProtocol { - typedef cProtocol super; + using Super = cProtocol; public: -- cgit v1.2.3