From ca2950fb8bffa9924aa49ab1d4729dbc2a391752 Mon Sep 17 00:00:00 2001 From: Daniel Bradshaw Date: Tue, 26 Jan 2010 21:02:20 +0000 Subject: Added virtual destructors, some implicit casts, and a couple of type changes. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Many warnings removed. Reviewed-by: Thorbjørn Lindeijer --- src/net/loginhandler.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/net/loginhandler.h') diff --git a/src/net/loginhandler.h b/src/net/loginhandler.h index 7fedae57..51fdc81a 100644 --- a/src/net/loginhandler.h +++ b/src/net/loginhandler.h @@ -92,6 +92,8 @@ class LoginHandler virtual Worlds getWorlds() const = 0; + virtual ~LoginHandler () {} + protected: ServerInfo mServer; }; -- cgit v1.2.3-70-g09d2