diff options
Diffstat (limited to 'src/Protocol/Authenticator.h')
-rw-r--r-- | src/Protocol/Authenticator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Protocol/Authenticator.h b/src/Protocol/Authenticator.h index a8c551fc7..c97bf44a8 100644 --- a/src/Protocol/Authenticator.h +++ b/src/Protocol/Authenticator.h @@ -37,7 +37,7 @@ class cAuthenticator : public: cAuthenticator(void); - ~cAuthenticator(); + virtual ~cAuthenticator() override; /** (Re-)read server and address from INI: */ void ReadSettings(cSettingsRepositoryInterface & a_Settings); |