diff options
Diffstat (limited to 'src/OSSupport/ServerHandleImpl.h')
-rw-r--r-- | src/OSSupport/ServerHandleImpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OSSupport/ServerHandleImpl.h b/src/OSSupport/ServerHandleImpl.h index dbb18fc6d..8a22df18b 100644 --- a/src/OSSupport/ServerHandleImpl.h +++ b/src/OSSupport/ServerHandleImpl.h @@ -39,7 +39,7 @@ class cServerHandleImpl: public: /** Closes the server, dropping all the connections. */ - ~cServerHandleImpl(); + virtual ~cServerHandleImpl() override; /** Creates a new server instance listening on the specified port. Both IPv4 and IPv6 interfaces are used, if possible. |