diff options
Diffstat (limited to '')
-rw-r--r-- | src/Protocol/Authenticator.h | 7 |
1 files changed, 4 insertions, 3 deletions
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: */ |