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/Authenticator.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/Protocol/Authenticator.h') diff --git a/src/Protocol/Authenticator.h b/src/Protocol/Authenticator.h index 98bf17512..5fd8e5434 100644 --- a/src/Protocol/Authenticator.h +++ b/src/Protocol/Authenticator.h @@ -27,13 +27,14 @@ namespace Json -class cAuthenticator : +class cAuthenticator: public cIsThread { - typedef cIsThread super; + using Super = cIsThread; public: - cAuthenticator(void); + + cAuthenticator(); virtual ~cAuthenticator() override; /** (Re-)read server and address from INI: */ -- cgit v1.2.3